Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMemoryCacheManager.java28 private final HashSet<MemoryCache> mMemoryCaches = new HashSet<MemoryCache>(); field in MemoryCacheManager
47 mMemoryCaches.add(cache); in registerMemoryCache()
56 mMemoryCaches.remove(cache); in unregisterMemoryCache()
69 shallowCopy = (HashSet<MemoryCache>) mMemoryCaches.clone(); in reclaimMemory()