Home
last modified time | relevance | path

Searched refs:KEY_SHORT_LABEL_RES_NAME (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DAppSearchShortcutInfo.java60 public static final String KEY_SHORT_LABEL_RES_NAME = "shortLabelResName"; field in AppSearchShortcutInfo
99 ).addProperty(new AppSearchSchema.StringPropertyConfig.Builder(KEY_SHORT_LABEL_RES_NAME)
371 final String shortLabelResName = getPropertyString(KEY_SHORT_LABEL_RES_NAME); in toShortcutInfo()
509 setPropertyString(KEY_SHORT_LABEL_RES_NAME, shortLabelResName); in setShortLabelResName()