Searched refs:shortLabel (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/compat/java/android/support/v4/content/pm/ |
D | ShortcutInfoCompat.java | 182 public Builder setShortLabel(@NonNull CharSequence shortLabel) { in setShortLabel() argument 183 mInfo.mLabel = shortLabel; in setShortLabel()
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutInfo.java | 870 public Builder setShortLabel(@NonNull CharSequence shortLabel) { in setShortLabel() argument 872 mTitle = Preconditions.checkStringNotEmpty(shortLabel, "shortLabel cannot be empty"); in setShortLabel()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | BaseShortcutManagerTest.java | 1363 protected ShortcutInfo makeShortcutWithShortLabel(String id, String shortLabel) { in makeShortcutWithShortLabel() argument 1365 id, shortLabel, /* activity =*/ null, /* icon =*/ null, in makeShortcutWithShortLabel()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 16930 final String shortLabel; 16941 shortLabel = _shortLabel; 16951 shortLabel = _shortLabel; 16985 pw.print("proc,"); pw.print(tag); pw.print(","); pw.print(mi.shortLabel); 16990 pw.print(tag); pw.print(","); pw.print(mi.shortLabel); pw.print(","); 16994 dumpMemItems(pw, prefix + " ", mi.shortLabel, mi.subitems,
|