Home
last modified time | relevance | path

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

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