Searched refs:cachedRoots (Results 1 – 2 of 2) sorted by relevance
351 ArrayList<RootInfo> cachedRoots = systemCache.getParcelableArrayList(TAG);352 assert (cachedRoots != null);353 if (!cachedRoots.isEmpty() || PERMIT_EMPTY_CACHE.contains(authority)) {355 return cachedRoots;485 ArrayList<RootInfo> cachedRoots = systemCache.getParcelableArrayList(TAG);486 for (RootInfo root : cachedRoots) {
112 final Collection<RootInfo> cachedRoots = mProviders.getRootsBlocking(); in run() local113 for (final RootInfo root : cachedRoots) { in run()