Searched defs:mRoots (Results 1 – 13 of 13) sorted by relevance
29 private final RootsCache mRoots; field in RootsLoader
35 private RootsCache mRoots; field in DocumentsApplication
79 private final RootsCache mRoots; field in RecentsLoader
159 private final RootsCache mRoots; field in RecentsCreateFragment.RecentsCreateLoader
82 private Multimap<String, RootInfo> mRoots = ArrayListMultimap.create(); field in RootsCache
75 RootsCache mRoots; field in BaseActivity
45 private List<RootInfo> mRoots; field in RootsCacheTest
88 private final Map<String, RootInfo> mRoots = new HashMap<>(); field in StubProvider
85 private Map<String, StubRoot> mRoots = new HashMap<>(); field in StressProvider
665 private final HashMap<String, File> mRoots = new HashMap<String, File>(); field in FileProvider.SimplePathStrategy
107 private ArrayMap<String, RootInfo> mRoots = new ArrayMap<>(); field in ExternalStorageProvider
141 private final ArrayList<ViewRootImpl> mRoots = new ArrayList<ViewRootImpl>(); field in WindowManagerGlobal
1704 private ArrayDeque<Node> mRoots = new ArrayDeque<Node>(); field in DependencyGraph