Home
last modified time | relevance | path

Searched refs:CacheEntry (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/util/
DAbstractCache.java31 private final HashMap<K, CacheEntry<V>> mCacheMap;
34 mCacheMap = new HashMap<K, CacheEntry<V>>(); in AbstractCache()
52 CacheEntry<V> cacheEntry = new CacheEntry<V>(); in put()
70 CacheEntry<V> cacheEntry = mCacheMap.get(key); in get()
87 CacheEntry<V> v = mCacheMap.remove(key); in purge()
108 private static class CacheEntry<V> { class in AbstractCache
/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
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()
/frameworks/base/
Dpreloaded-classes1130 android.icu.impl.ICUService$CacheEntry
1230 android.icu.impl.locale.LocaleObjectCache$CacheEntry
4073 sun.security.util.MemoryCache$CacheEntry
4154 sun.util.locale.LocaleObjectCache$CacheEntry
Dcompiled-classes-phone1846 android.icu.impl.ICUService$CacheEntry
1985 android.icu.impl.locale.LocaleObjectCache$CacheEntry
8234 sun.security.util.MemoryCache$CacheEntry
8320 sun.util.locale.LocaleObjectCache$CacheEntry