Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersCache.java294 ArrayList<RootInfo> cachedRoots = systemCache.getParcelableArrayList(TAG); in loadRootsForAuthority() local
295 assert(cachedRoots != null); in loadRootsForAuthority()
296 if (!cachedRoots.isEmpty() || PERMIT_EMPTY_CACHE.contains(authority)) { in loadRootsForAuthority()
298 return cachedRoots; in loadRootsForAuthority()
429 ArrayList<RootInfo> cachedRoots = systemCache.getParcelableArrayList(TAG); in logCache() local
430 for (RootInfo root : cachedRoots) { in logCache()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DRootsMonitor.java112 final Collection<RootInfo> cachedRoots = mProviders.getRootsBlocking(); in run() local
113 for (final RootInfo root : cachedRoots) { in run()