Home
last modified time | relevance | path

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

/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
DBitmapCache.java47 private static class MemoryCache extends LruCache<Uri, Bitmap> { class in BitmapCache
48 private MemoryCache(int maxSize) { in MemoryCache() method in BitmapCache.MemoryCache
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMemoryCacheManager.java38 public interface MemoryCache { interface in MemoryCacheManager