Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMemoryCacheManager.java67 final HashSet<MemoryCache> shallowCopy; in reclaimMemory() local
69 shallowCopy = (HashSet<MemoryCache>) mMemoryCaches.clone(); in reclaimMemory()
71 for (final MemoryCache cache : shallowCopy) { in reclaimMemory()