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

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsLoader.java 45 return mRoots.getMatchingRootsBlocking(mState);
RecentsLoader.java 117 final Collection<RootInfo> roots = mRoots.getMatchingRootsBlocking(mState);
RecentsCreateFragment.java 170 final Collection<RootInfo> matchingRoots = mRoots.getMatchingRootsBlocking(mState);
RootsCache.java 415 public Collection<RootInfo> getMatchingRootsBlocking(State state) {
DocumentsActivity.java 477 final Collection<RootInfo> matchingRoots = roots.getMatchingRootsBlocking(mState);

Completed in 313 milliseconds