Home
last modified time | relevance | path

Searched refs:sIconCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DApplicationPackageManager.java1619 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
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt3746 Landroid/app/ApplicationPackageManager;->sIconCache:Landroid/util/ArrayMap;