Searched refs:mMemoryCaches (Results 1 – 1 of 1) sorted by relevance
28 private final HashSet<MemoryCache> mMemoryCaches = new HashSet<MemoryCache>(); field in MemoryCacheManager47 mMemoryCaches.add(cache); in registerMemoryCache()56 mMemoryCaches.remove(cache); in unregisterMemoryCache()69 shallowCopy = (HashSet<MemoryCache>) mMemoryCaches.clone(); in reclaimMemory()