Home | History | Annotate | Download | only in launcher2

Lines Matching defs:labelCache

2163             Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) {
2211 icon = mIconCache.getIcon(componentName, resolveInfo, labelCache);
2229 if (labelCache != null && labelCache.containsKey(key)) {
2230 info.title = labelCache.get(key);
2233 if (labelCache != null) {
2234 labelCache.put(key, info.title);
2566 ShortcutNameComparator(PackageManager pm, HashMap<Object, CharSequence> labelCache) {
2568 mLabelCache = labelCache;