Searched refs:cachedRoots (Results 1 – 2 of 2) sorted by relevance
294 ArrayList<RootInfo> cachedRoots = systemCache.getParcelableArrayList(TAG); in loadRootsForAuthority() local295 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() local430 for (RootInfo root : cachedRoots) { in logCache()
112 final Collection<RootInfo> cachedRoots = mProviders.getRootsBlocking(); in run() local113 for (final RootInfo root : cachedRoots) { in run()