Home
last modified time | relevance | path

Searched refs:getMatchingRootsBlocking (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsLoader.java45 return mRoots.getMatchingRootsBlocking(mState); in loadInBackground()
DRecentsLoader.java117 final Collection<RootInfo> roots = mRoots.getMatchingRootsBlocking(mState); in loadInBackgroundLocked()
DRecentsCreateFragment.java170 final Collection<RootInfo> matchingRoots = mRoots.getMatchingRootsBlocking(mState); in loadInBackground()
DRootsCache.java415 public Collection<RootInfo> getMatchingRootsBlocking(State state) { in getMatchingRootsBlocking() method in RootsCache
DDocumentsActivity.java477 final Collection<RootInfo> matchingRoots = roots.getMatchingRootsBlocking(mState); in run()