Home | History | Annotate | Download | only in launcher2

Lines Matching refs:cacheKey

51     private static class CacheKey {
55 CacheKey(ComponentName componentName, UserHandle user) {
67 CacheKey other = (CacheKey) o;
75 private final HashMap<CacheKey, CacheEntry> mCache =
76 new HashMap<CacheKey, CacheEntry>(INITIAL_ICON_CACHE_CAPACITY);
165 mCache.remove(new CacheKey(componentName, user));
228 CacheKey cacheKey = new CacheKey(componentName, user);
229 CacheEntry entry = mCache.get(cacheKey);
233 mCache.put(cacheKey, entry);