Searched refs:matchingRoots (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentStack.java54 public void updateRoot(Collection<RootInfo> matchingRoots) throws FileNotFoundException { argument
55 for (RootInfo root : matchingRoots) {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsCreateFragment.java158 final Collection<RootInfo> matchingRoots = mRoots.getMatchingRootsBlocking(mState);
176 stack.updateRoot(matchingRoots);
H A DDocumentsActivity.java319 final Collection<RootInfo> matchingRoots = mRoots.getMatchingRootsBlocking(mState);
321 mState.stack.updateRoot(matchingRoots);

Completed in 82 milliseconds