HomeSort by relevance Sort by last modified time
    Searched refs:matchingRoots (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DocumentStack.java 54 public void updateRoot(Collection<RootInfo> matchingRoots) throws FileNotFoundException {
55 for (RootInfo root : matchingRoots) {
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsCreateFragment.java 158 final Collection<RootInfo> matchingRoots = mRoots.getMatchingRootsBlocking(mState);
176 stack.updateRoot(matchingRoots);
DocumentsActivity.java 319 final Collection<RootInfo> matchingRoots = mRoots.getMatchingRootsBlocking(mState);
321 mState.stack.updateRoot(matchingRoots);
    [all...]

Completed in 47 milliseconds