Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersCache.java346 RootInfo root = forceRefresh ? null : getRootLocked(authority, rootId); in getRootOneshot()
350 root = getRootLocked(authority, rootId); in getRootOneshot()
360 return getRootLocked(authority, rootId); in getRootBlocking()
364 private RootInfo getRootLocked(String authority, String rootId) { in getRootLocked() method in ProvidersCache