Home
last modified time | relevance | path

Searched defs:shortLabel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DAppSearchShortcutInfo.java369 final String shortLabel = getPropertyString(KEY_SHORT_LABEL); in toShortcutInfo() local
484 public Builder setShortLabel(@Nullable final CharSequence shortLabel) { in setShortLabel()
DShortcutInfo.java1163 public Builder setShortLabel(@NonNull CharSequence shortLabel) { in setShortLabel()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1782 protected ShortcutInfo makeShortcutWithShortLabel(String id, String shortLabel) { in makeShortcutWithShortLabel()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java10174 final String shortLabel; field in ActivityManagerService.MemItem
10182 MemItem(String label, String shortLabel, long pss, long swapPss, long rss, int id, in MemItem()
10194 MemItem(String label, String shortLabel, long pss, long swapPss, long rss, int id) { in MemItem()