HomeSort by relevance Sort by last modified time
    Searched full: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 160 final Collection<RootInfo> matchingRoots = mRoots.getMatchingRootsBlocking(mState);
178 stack.updateRoot(matchingRoots);
DocumentsActivity.java 316 final Collection<RootInfo> matchingRoots = mRoots.getMatchingRootsBlocking(mState);
318 mState.stack.updateRoot(matchingRoots);
    [all...]

Completed in 88 milliseconds