Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationPackageManager.java982 sIconCache.clear(); in configurationChanged()
995 WeakReference<Drawable.ConstantState> wr = sIconCache.get(name); in getCachedIcon()
1013 sIconCache.remove(name); in getCachedIcon()
1021 sIconCache.put(name, new WeakReference<Drawable.ConstantState>(dr.getConstantState())); in putCachedIcon()
1035 for (int i=sIconCache.size()-1; i>=0; i--) { in handlePackageBroadcast()
1036 ResourceName nm = sIconCache.keyAt(i); in handlePackageBroadcast()
1039 sIconCache.removeAt(i); in handlePackageBroadcast()
1783 private static ArrayMap<ResourceName, WeakReference<Drawable.ConstantState>> sIconCache field in ApplicationPackageManager