Searched refs:sIconCache (Results 1 – 3 of 3) sorted by relevance
44 private static SimpleIconCache sIconCache = null; field in SimpleIconCache97 if (sIconCache != null) { in getIconCache()98 return sIconCache; in getIconCache()107 sIconCache = new SimpleIconCache(context.getApplicationContext(), dbFileName, in getIconCache()111 return sIconCache; in getIconCache()
1818 sIconCache.clear(); in configurationChanged()1899 final WeakReference<Drawable.ConstantState> wr = sIconCache.get(name); in getCachedIcon()1917 sIconCache.remove(name); in getCachedIcon()1925 sIconCache.put(name, new WeakReference<>(dr.getConstantState())); in putCachedIcon()1939 for (int i=sIconCache.size()-1; i>=0; i--) { in handlePackageBroadcast()1940 ResourceName nm = sIconCache.keyAt(i); in handlePackageBroadcast()1943 sIconCache.removeAt(i); in handlePackageBroadcast()3168 private static ArrayMap<ResourceName, WeakReference<Drawable.ConstantState>> sIconCache field in ApplicationPackageManager
3743 Landroid/app/ApplicationPackageManager;->sIconCache:Landroid/util/ArrayMap;