Searched defs:CacheEntry (Results 1 – 6 of 6) sorted by relevance
60 private static class CacheEntry { class in ViewCache67 public CacheEntry(int maxSize) { in CacheEntry() method in ViewCache.CacheEntry
29 private class CacheEntry { class in AuthenticationCache30 CacheEntry(long accountId, String providerId, String accessToken, String refreshToken, in CacheEntry() method in AuthenticationCache.CacheEntry
106 private static class CacheEntry<V> { class in AbstractCache
70 public static class CacheEntry { class in CallerInfoCache73 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) { in CacheEntry() method in CallerInfoCache.CacheEntry
62 public static final class CacheEntry { class in FileCache67 private CacheEntry(long id, String contentUrl, File cacheFile) { in CacheEntry() method in FileCache.CacheEntry
72 public static class CacheEntry extends BitmapInfo { class in BaseIconCache