Lines Matching refs:sBgDbIconCache
146 // sBgDbIconCache is the set of ItemInfos that need to have their icons updated in the database
147 static final HashMap<Object, byte[]> sBgDbIconCache = new HashMap<Object, byte[]>();
1040 sBgDbIconCache.remove(item);
1112 sBgDbIconCache.remove(info);
1122 sBgDbIconCache.remove(childInfo);
1561 for (Object key : sBgDbIconCache.keySet()) {
1562 updateSavedIcon(mContext, (ShortcutInfo) key, sBgDbIconCache.get(key));
1564 sBgDbIconCache.clear();
1746 sBgDbIconCache.clear();
1958 queueIconToBeChecked(sBgDbIconCache, info, c, iconIndex);