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()
297 ArrayList<ComponentName> toBeRemoved = new ArrayList<ComponentName>(); in invalidateCache() local305 toBeRemoved.add(component); in invalidateCache()314 if (toBeRemoved.size() > 0) { in invalidateCache()315 for (ComponentName component : toBeRemoved) { in invalidateCache()
278 ArrayList<NfcFServiceInfo> toBeRemoved = new ArrayList<NfcFServiceInfo>(); in invalidateCache() local300 toBeRemoved.add(cachedService); in invalidateCache()304 if (toBeAdded.size() == 0 && toBeRemoved.size() == 0) { in invalidateCache()314 for (NfcFServiceInfo service : toBeRemoved) { in invalidateCache()
233 Set<String> toBeRemoved = new HashSet<String>(); in removeNonInstalledPackages() local239 toBeRemoved.add(packageName); in removeNonInstalledPackages()242 toBeRemoved.add(packageName); in removeNonInstalledPackages()245 packages.removeAll(toBeRemoved); in removeNonInstalledPackages()
281 final int[] toBeRemoved = new int[size]; in stopServiceIfAppropriate() local291 mRunningJobMap.remove(toBeRemoved[j]); in stopServiceIfAppropriate()297 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()