Home | History | Annotate | Download | only in launcher2

Lines Matching defs:labelCache

2148             Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) {
2196 icon = mIconCache.getIcon(componentName, resolveInfo, labelCache);
2214 if (labelCache != null && labelCache.containsKey(key)) {
2215 info.title = labelCache.get(key);
2218 if (labelCache != null) {
2219 labelCache.put(key, info.title);
2551 labelCache) {
2553 mLabelCache = labelCache;