Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersCache.java292 final Bundle systemCache = resolver.getCache(rootsUri); in loadRootsForAuthority() local
293 if (systemCache != null) { in loadRootsForAuthority()
294 ArrayList<RootInfo> cachedRoots = systemCache.getParcelableArrayList(TAG); in loadRootsForAuthority()
328 final Bundle systemCache = new Bundle(); in loadRootsForAuthority() local
332 systemCache.putParcelableArrayList(TAG, roots); in loadRootsForAuthority()
333 resolver.putCache(rootsUri, systemCache); in loadRootsForAuthority()
427 Bundle systemCache = resolver.getCache(rootsUri); in logCache() local
428 if (systemCache != null) { in logCache()
429 ArrayList<RootInfo> cachedRoots = systemCache.getParcelableArrayList(TAG); in logCache()