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

/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java797 sIconCache.clear();
810 WeakReference<Drawable.ConstantState> wr = sIconCache.get(name);
828 sIconCache.remove(name);
836 sIconCache.put(name, new WeakReference<Drawable.ConstantState>(dr.getConstantState()));
850 if (sIconCache.size() > 0) {
851 Iterator<ResourceName> it = sIconCache.keySet().iterator();
1303 private static HashMap<ResourceName, WeakReference<Drawable.ConstantState>> sIconCache field in class:ApplicationPackageManager

Completed in 132 milliseconds