Searched refs:CacheEntry (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/telephony/common/com/google/android/mms/util/ |
H A D | AbstractCache.java | 33 private final HashMap<K, CacheEntry<V>> mCacheMap; 37 mCacheMap = new HashMap<K, CacheEntry<V>>(); in AbstractCache() 56 CacheEntry<V> cacheEntry = new CacheEntry<V>(); in put() 75 CacheEntry<V> cacheEntry = mCacheMap.get(key); in get() 93 CacheEntry<V> v = mCacheMap.remove(key); in purge() 115 private static class CacheEntry<V> { class in AbstractCache
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SnapshotCache.java | 32 protected final ArrayMap<Integer, CacheEntry> mRunningCache = new ArrayMap<>(); 49 final CacheEntry entry = mRunningCache.get(id); in getSnapshot() 78 final CacheEntry entry = mRunningCache.get(id); in removeRunningEntry() 90 final CacheEntry entry = mRunningCache.valueAt(i); in dump() 97 static final class CacheEntry { class in SnapshotCache 102 CacheEntry(TaskSnapshot snapshot, ActivityRecord topApp) { in CacheEntry() method in SnapshotCache.CacheEntry
|
H A D | ActivitySnapshotCache.java | 33 final CacheEntry entry = mRunningCache.get(hasCode); in putSnapshot() 38 mRunningCache.put(hasCode, new CacheEntry(snapshot, ar)); in putSnapshot()
|
H A D | TaskSnapshotCache.java | 37 final CacheEntry entry = mRunningCache.get(task.mTaskId); in putSnapshot() 43 mRunningCache.put(task.mTaskId, new CacheEntry(snapshot, top)); in putSnapshot()
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | ResourceIdCache.cpp | 21 struct CacheEntry { struct 26 CacheEntry() {} in CacheEntry() argument 27 CacheEntry(const android::String16& name, uint32_t resId) : hashedName(name), id(resId) { } in CacheEntry() function 30 static std::map< uint32_t, CacheEntry > mIdMap; 64 std::map<uint32_t, CacheEntry>::iterator item = mIdMap.find(hashcode); in lookup() 92 mIdMap[hashcode] = CacheEntry(hashedName, resId); in store()
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 3345 android.icu.impl.ICUService$CacheEntry 3735 android.icu.impl.locale.LocaleObjectCache$CacheEntry 12173 com.android.internal.telephony.imsphone.ImsPhoneCallTracker$CacheEntry 16520 sun.security.util.MemoryCache$CacheEntry 16622 sun.util.locale.LocaleObjectCache$CacheEntry
|
H A D | boot-image-profile.txt | 8802 HSPLandroid/icu/impl/ICUService$CacheEntry;-><init>(Ljava/lang/String;Ljava/lang/Object;)V 9202 HSPLandroid/icu/impl/locale/LocaleObjectCache$CacheEntry;-><init>(Ljava/lang/Object;Ljava/lang/Obje… 9203 HSPLandroid/icu/impl/locale/LocaleObjectCache$CacheEntry;->getKey()Ljava/lang/Object; 32863 HSPLsun/util/locale/LocaleObjectCache$CacheEntry;-><init>(Ljava/lang/Object;Ljava/lang/Object;Ljava… 32864 HSPLsun/util/locale/LocaleObjectCache$CacheEntry;->getKey()Ljava/lang/Object; 32866 …ocale$Cache;]Lsun/util/locale/LocaleObjectCache$CacheEntry;Lsun/util/locale/LocaleObjectCache$Cach… 36232 Landroid/icu/impl/ICUService$CacheEntry; 36622 Landroid/icu/impl/locale/LocaleObjectCache$CacheEntry; 45082 Lcom/android/internal/telephony/imsphone/ImsPhoneCallTracker$CacheEntry; 49437 Lsun/security/util/MemoryCache$CacheEntry; [all …]
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 3341 android.icu.impl.ICUService$CacheEntry 3731 android.icu.impl.locale.LocaleObjectCache$CacheEntry 12142 com.android.internal.telephony.imsphone.ImsPhoneCallTracker$CacheEntry
|
H A D | boot-image-profile.txt | 8799 HSPLandroid/icu/impl/ICUService$CacheEntry;-><init>(Ljava/lang/String;Ljava/lang/Object;)V 9199 HSPLandroid/icu/impl/locale/LocaleObjectCache$CacheEntry;-><init>(Ljava/lang/Object;Ljava/lang/Obje… 9200 HSPLandroid/icu/impl/locale/LocaleObjectCache$CacheEntry;->getKey()Ljava/lang/Object; 26125 Landroid/icu/impl/ICUService$CacheEntry; 26515 Landroid/icu/impl/locale/LocaleObjectCache$CacheEntry; 34948 Lcom/android/internal/telephony/imsphone/ImsPhoneCallTracker$CacheEntry;
|