Searched defs:MemoryCache (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DMemoryCacheManager.java28 private final HashSet<MemoryCache> mMemoryCaches = new HashSet<MemoryCache>();
38 public interface MemoryCache { interface in class:MemoryCacheManager
45 public void registerMemoryCache(final MemoryCache cache) {
54 public void unregisterMemoryCache(final MemoryCache cache) {
67 final HashSet<MemoryCache> shallowCopy;
69 shallowCopy = (HashSet<MemoryCache>) mMemoryCaches.clone();
71 for (final MemoryCache cache : shallowCopy) {

Completed in 119 milliseconds