Home
last modified time | relevance | path

Searched defs:CacheEntry (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DCallerInfoCache.java80 public static class CacheEntry { class in CallerInfoCache
83 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) { in CacheEntry() method in CallerInfoCache.CacheEntry
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DFileCache.java62 public static final class CacheEntry { class in FileCache
67 private CacheEntry(long id, String contentUrl, File cacheFile) { in CacheEntry() method in FileCache.CacheEntry
/packages/apps/Launcher2/src/com/android/launcher2/
DIconCache.java42 private static class CacheEntry { class in IconCache