Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsCache.java313 final Bundle systemCache = resolver.getCache(rootsUri); in loadRootsForAuthority() local
314 if (systemCache != null) { in loadRootsForAuthority()
316 return systemCache.getParcelableArrayList(TAG); in loadRootsForAuthority()
340 final Bundle systemCache = new Bundle(); in loadRootsForAuthority() local
341 systemCache.putParcelableArrayList(TAG, roots); in loadRootsForAuthority()
342 resolver.putCache(rootsUri, systemCache); in loadRootsForAuthority()