Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DRootsLoader.java56 return mProviders.getMatchingRootsBlocking(mState); in loadInBackground()
DProvidersAccess.java47 Collection<RootInfo> getMatchingRootsBlocking(State state); in getMatchingRootsBlocking() method
DProvidersCache.java392 public Collection<RootInfo> getMatchingRootsBlocking(State state) { in getMatchingRootsBlocking() method in ProvidersCache
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DLastAccessedStorage.java68 cursor, providers.getMatchingRootsBlocking(state), resolver); in getLastAccessed()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestProvidersAccess.java160 public Collection<RootInfo> getMatchingRootsBlocking(State state) { in getMatchingRootsBlocking() method in TestProvidersAccess
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMultiRootDocumentsLoader.java237 final Collection<RootInfo> roots = mProviders.getMatchingRootsBlocking(mState); in indexRoots()