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

  /packages/apps/Launcher2/src/com/android/launcher2/
IconCache.java 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)
    [all...]
LauncherModel.java     [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 56 private final LabelCache labelCache = new LabelCache();
226 public LabelCache getLabelCache() {
227 return labelCache;
314 for (LabelMethodItem labelMethodItem: labelCache.getLabels()) {
497 CatchMethodItem catchAllMethodItem = new CatchMethodItem(labelCache, lastInstructionAddress, null,
505 CatchMethodItem catchMethodItem = new CatchMethodItem(labelCache, lastInstructionAddress,
621 ArrayList<LabelMethodItem> sortedLabels = new ArrayList<LabelMethodItem>(labelCache.getLabels());
636 public static class LabelCache {
    [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 162 milliseconds