Home
last modified time | relevance | path

Searched refs:forDeletion (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DIconCache.java194 HashSet<CacheKey> forDeletion = new HashSet<CacheKey>(); in remove() local
198 forDeletion.add(key); in remove()
201 for (CacheKey condemned: forDeletion) { in remove()