Home | History | Annotate | Download | only in settings

Lines Matching refs:label

241      * label, description, icon etc., are loaded in the same thread and these values are
452 // of list is defined. its either by label or by size. So atleast one of the
907 public void refreshLabel(CharSequence label) {
908 if (label == null) {
911 appName = label;
987 String label = info.packageName;
990 label = aInfo.appName.toString();
992 mFilterMap.put(info.packageName, label.toLowerCase());
1000 String label = info.packageName;
1002 label = pLabel.toString();
1004 mFilterMap.put(info.packageName, label.toLowerCase());
1250 CharSequence label = map.get(key);
1253 aInfo.refreshLabel(label);
1315 CharSequence label = info.loadLabel(mPm);
1317 label, info.loadIcon(mPm), size, formattedSize));
1318 if (addLocalEntry(info, label)) {
1323 private boolean addLocalEntry(ApplicationInfo info, CharSequence label) {
1337 addFilterListLocked(newIdx, info, label);
1356 CharSequence label = info.loadLabel(mPm);
1357 aInfo.refreshLabel(label);
1361 addLocalEntry(info, label);
1447 String label = localMap.get(key);
1448 if (label == null) continue;
1449 label = label.toLowerCase();
1450 if (label.startsWith(prefixString)
1451 || label.indexOf(spacePrefixString) != -1) {
1452 newMap.put(key, label);
1585 // AppInfo with new label, icon and size information as appropriate