Searched refs:systemCache (Results 1 – 1 of 1) sorted by relevance
292 final Bundle systemCache = resolver.getCache(rootsUri); in loadRootsForAuthority() local293 if (systemCache != null) { in loadRootsForAuthority()294 ArrayList<RootInfo> cachedRoots = systemCache.getParcelableArrayList(TAG); in loadRootsForAuthority()328 final Bundle systemCache = new Bundle(); in loadRootsForAuthority() local332 systemCache.putParcelableArrayList(TAG, roots); in loadRootsForAuthority()333 resolver.putCache(rootsUri, systemCache); in loadRootsForAuthority()427 Bundle systemCache = resolver.getCache(rootsUri); in logCache() local428 if (systemCache != null) { in logCache()429 ArrayList<RootInfo> cachedRoots = systemCache.getParcelableArrayList(TAG); in logCache()