Home
last modified time | relevance | path

Searched refs:getRootsForAuthorityBlocking (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DLoadFirstRootTask.java44 final Collection<RootInfo> roots = mProviders.getRootsForAuthorityBlocking( in getRootId()
DProvidersAccess.java66 Collection<RootInfo> getRootsForAuthorityBlocking(UserId userId, String authority); in getRootsForAuthorityBlocking() method
DProvidersCache.java460 public Collection<RootInfo> getRootsForAuthorityBlocking(UserId userId, String authority) {
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestProvidersAccess.java342 public Collection<RootInfo> getRootsForAuthorityBlocking(UserId userId, String authority) { in getRootsForAuthorityBlocking() method in TestProvidersAccess