Home | History | Annotate | Download | only in launcher2

Lines Matching defs:labelCache

153             HashMap<Object, CharSequence> labelCache) {
155 CacheEntry entry = cacheLocked(application.componentName, info, labelCache);
177 HashMap<Object, CharSequence> labelCache) {
183 CacheEntry entry = cacheLocked(component, resolveInfo, labelCache);
193 HashMap<Object, CharSequence> labelCache) {
201 if (labelCache != null && labelCache.containsKey(key)) {
202 entry.title = labelCache.get(key).toString();
205 if (labelCache != null) {
206 labelCache.put(key, entry.title);