Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DViewCache.java60 private static class CacheEntry { class in ViewCache
67 public CacheEntry(int maxSize) { in CacheEntry() method in ViewCache.CacheEntry
/packages/services/Car/cpp/watchdog/server/tests/
DLooperStub.h77 using CacheEntry = std::vector<Message>; // Messages to process on a given second. variable
/packages/services/Telephony/src/com/android/phone/
DCallerInfoCache.java70 public static class CacheEntry { class in CallerInfoCache
73 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) { in CacheEntry() method in CallerInfoCache.CacheEntry
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DAbstractCache.java106 private static class CacheEntry<V> { class in AbstractCache
/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache.cpp453 BlobCache::CacheEntry::CacheEntry() : mRecency(0) {} in CacheEntry() function in android::BlobCache::CacheEntry
455 BlobCache::CacheEntry::CacheEntry(const std::shared_ptr<Blob>& key, in CacheEntry() function in android::BlobCache::CacheEntry
459 BlobCache::CacheEntry::CacheEntry(const CacheEntry& ce) in CacheEntry() function in android::BlobCache::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/modules/DnsResolver/tests/
Dresolv_cache_unit_test.cpp52 struct CacheEntry { struct
53 std::vector<char> query;
54 std::vector<char> answer;