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 56 public void updateRoot(Collection<RootInfo> matchingRoots) throws FileNotFoundException {
57 for (RootInfo root : matchingRoots) {
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsCreateFragment.java 159 final Collection<RootInfo> matchingRoots = mRoots.getMatchingRootsBlocking(mState);
177 stack.updateRoot(matchingRoots);
BaseActivity.java 564 final Collection<RootInfo> matchingRoots = roots.getMatchingRootsBlocking(state);
566 state.stack.updateRoot(matchingRoots);

Completed in 3198 milliseconds