Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceIdCache.cpp21 struct CacheEntry { struct
26 CacheEntry() {} in CacheEntry() argument
27 CacheEntry(const android::String16& name, uint32_t resId) : hashedName(name), id(resId) { } in CacheEntry() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushCache.java164 private static class CacheEntry { class in WapPushCache
165 CacheEntry(long size, long expiry) { in CacheEntry() method in WapPushCache.CacheEntry
/frameworks/base/services/core/java/com/android/server/wm/
DSnapshotCache.java115 static final class CacheEntry { class in SnapshotCache
120 CacheEntry(TaskSnapshot snapshot, ActivityRecord topApp) { in CacheEntry() method in SnapshotCache.CacheEntry
/frameworks/native/opengl/libs/EGL/
DBlobCache.cpp345 BlobCache::CacheEntry::CacheEntry() {} in CacheEntry() function in android::BlobCache::CacheEntry
347 BlobCache::CacheEntry::CacheEntry(const std::shared_ptr<Blob>& key, in CacheEntry() function in android::BlobCache::CacheEntry
351 BlobCache::CacheEntry::CacheEntry(const CacheEntry& ce) : mKey(ce.mKey), mValue(ce.mValue) {} in CacheEntry() function in android::BlobCache::CacheEntry
/frameworks/base/telephony/common/com/google/android/mms/util/
DAbstractCache.java115 private static class CacheEntry<V> { class in AbstractCache
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java88 public static class CacheEntry { class in BaseIconCache
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java726 private static class CacheEntry { class in ImsPhoneCallTracker
737 CacheEntry(long cachedTime, long connectTime, long connectElapsedTime, int callDirection) { in CacheEntry() method in ImsPhoneCallTracker.CacheEntry