Searched refs:systemCache (Results 1 – 1 of 1) sorted by relevance
313 final Bundle systemCache = resolver.getCache(rootsUri); in loadRootsForAuthority() local314 if (systemCache != null) { in loadRootsForAuthority()316 return systemCache.getParcelableArrayList(TAG); in loadRootsForAuthority()340 final Bundle systemCache = new Bundle(); in loadRootsForAuthority() local341 systemCache.putParcelableArrayList(TAG, roots); in loadRootsForAuthority()342 resolver.putCache(rootsUri, systemCache); in loadRootsForAuthority()