Searched defs:roots (Results 1 – 10 of 10) sorted by relevance
155 public RecentLoader(Context context, RootsCache roots, State state) { in RecentLoader()174 final Collection<RootInfo> roots = mRoots.getMatchingRootsBlocking(mState); in loadInBackground() local
35 public RootsLoader(Context context, RootsCache roots, State state) { in RootsLoader()
97 final RootsCache roots = DocumentsApplication.getRootsCache(context); in onCreateView() local150 public RecentsCreateLoader(Context context, RootsCache roots, State state) { in RecentsCreateLoader()
254 final List<RootInfo> roots = Lists.newArrayList(); in loadRootsForAuthority() local352 static List<RootInfo> getMatchingRoots(Collection<RootInfo> roots, State state) { in getMatchingRoots()
103 final RootsCache roots = DocumentsApplication.getRootsCache(context); in onActivityCreated() local288 public RootsAdapter(Context context, Collection<RootInfo> roots, Intent includeApps) { in RootsAdapter()
756 final RootsCache roots = DocumentsApplication.getRootsCache(context); in getDocumentView() local
888 final RootsFragment roots = RootsFragment.get(fm); in onCurrentDirectoryChanged() local
33 Hashtable collectFilesInRoots(Vector roots) { in collectFilesInRoots()
1677 final ArrayDeque<Node> roots = findRoots(rules); in getSortedViews() local1755 final ArrayDeque<Node> roots = mRoots; in findRoots() local
886 ArrayList<Node> roots = new ArrayList<Node>(); in sortNodes() local