Home
last modified time | relevance | path

Searched defs:CacheEntry (Results 1 – 6 of 6) 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/base/services/core/java/com/android/server/wm/
DTaskSnapshotCache.java132 private static final class CacheEntry { class in TaskSnapshotCache
140 CacheEntry(TaskSnapshot snapshot, ActivityRecord topApp) { in CacheEntry() method in TaskSnapshotCache.CacheEntry
/frameworks/native/opengl/libs/EGL/
DBlobCache.cpp335 BlobCache::CacheEntry::CacheEntry() {} in CacheEntry() function in android::BlobCache::CacheEntry
337 BlobCache::CacheEntry::CacheEntry(const std::shared_ptr<Blob>& key, in CacheEntry() function in android::BlobCache::CacheEntry
341 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.java72 public static class CacheEntry { class in BaseIconCache
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java472 private static class CacheEntry { class in ImsPhoneCallTracker
483 CacheEntry(long cachedTime, long connectTime, long connectElapsedTime, int callDirection) { in CacheEntry() method in ImsPhoneCallTracker.CacheEntry