HomeSort by relevance Sort by last modified time
    Searched defs:labelCache (Results 1 - 6 of 6) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
IconCache.java 182 HashMap<Object, CharSequence> labelCache) {
184 CacheEntry entry = cacheLocked(application.componentName, info, labelCache,
211 HashMap<Object, CharSequence> labelCache) {
217 CacheEntry entry = cacheLocked(component, info, labelCache, info.getUser());
227 HashMap<Object, CharSequence> labelCache, UserHandle user) {
236 if (labelCache != null && labelCache.containsKey(key)) {
237 entry.title = labelCache.get(key).toString();
240 if (labelCache != null) {
241 labelCache.put(key, entry.title)
    [all...]
LauncherModel.java     [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 77 @Nonnull private final LabelCache labelCache = new LabelCache();
354 @Nonnull public LabelCache getLabelCache() {
355 return labelCache;
385 for (LabelMethodItem labelMethodItem: labelCache.getLabels()) {
569 CatchMethodItem catchMethodItem = new CatchMethodItem(classDef.options, labelCache, lastCoveredAddress,
584 ArrayList<LabelMethodItem> sortedLabels = new ArrayList<LabelMethodItem>(labelCache.getLabels());
607 public static class LabelCache {
610 public LabelCache() {
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 

Completed in 305 milliseconds