Searched refs:sIconCache (Results 1 – 2 of 2) sorted by relevance
1619 sIconCache.clear(); in configurationChanged()1701 final WeakReference<Drawable.ConstantState> wr = sIconCache.get(name); in getCachedIcon()1719 sIconCache.remove(name); in getCachedIcon()1727 sIconCache.put(name, new WeakReference<>(dr.getConstantState())); in putCachedIcon()1741 for (int i=sIconCache.size()-1; i>=0; i--) { in handlePackageBroadcast()1742 ResourceName nm = sIconCache.keyAt(i); in handlePackageBroadcast()1745 sIconCache.removeAt(i); in handlePackageBroadcast()2905 private static ArrayMap<ResourceName, WeakReference<Drawable.ConstantState>> sIconCache field in ApplicationPackageManager
3746 Landroid/app/ApplicationPackageManager;->sIconCache:Landroid/util/ArrayMap;