Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DAppSearchShortcutInfo.java371 final String shortLabelResName = getPropertyString(KEY_SHORT_LABEL_RES_NAME); in toShortcutInfo() local
507 public Builder setShortLabelResName(@Nullable final String shortLabelResName) { in setShortLabelResName()