Searched refs:toBeRemoved (Results 1 – 6 of 6) sorted by relevance
42 List<T3tIdentifier> toBeRemoved = new ArrayList<T3tIdentifier>(); in configureRouting() local51 toBeRemoved.add(t3tIdentifier); in configureRouting()54 if (toBeAdded.size() <= 0 && toBeRemoved.size() <= 0) { in configureRouting()59 for (T3tIdentifier t3tIdentifier : toBeRemoved) { in configureRouting()
298 ArrayList<ComponentName> toBeRemoved = new ArrayList<ComponentName>(); in invalidateCache() local306 toBeRemoved.add(component); in invalidateCache()317 if (toBeRemoved.size() > 0) { in invalidateCache()318 for (ComponentName component : toBeRemoved) { in invalidateCache()
279 ArrayList<NfcFServiceInfo> toBeRemoved = new ArrayList<NfcFServiceInfo>(); in invalidateCache() local301 toBeRemoved.add(cachedService); in invalidateCache()308 } else if (toBeAdded.size() == 0 && toBeRemoved.size() == 0) { in invalidateCache()318 for (NfcFServiceInfo service : toBeRemoved) { in invalidateCache()
119 Set<String> toBeRemoved = new HashSet<>(); in removeNonInstalledPackages() local126 toBeRemoved.add(packageName); in removeNonInstalledPackages()129 toBeRemoved.add(packageName); in removeNonInstalledPackages()132 packages.removeAll(toBeRemoved); in removeNonInstalledPackages()
280 final int[] toBeRemoved = new int[size]; in stopServiceIfAppropriate() local290 mRunningJobMap.remove(toBeRemoved[j]); in stopServiceIfAppropriate()296 toBeRemoved[i] = jobId; in stopServiceIfAppropriate()
809 HashSet<Path> toBeRemoved = new HashSet<Path>(mImageCache.keySet()); in updateImageCache() local815 toBeRemoved.remove(path); in updateImageCache()841 for (Path path : toBeRemoved) { in updateImageCache()