Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DAppSearchShortcutInfo.java58 public static final String KEY_SHORT_LABEL = "shortLabel"; field in AppSearchShortcutInfo
89 ).addProperty(new AppSearchSchema.StringPropertyConfig.Builder(KEY_SHORT_LABEL)
369 final String shortLabel = getPropertyString(KEY_SHORT_LABEL); in toShortcutInfo()
486 setPropertyString(KEY_SHORT_LABEL, Preconditions.checkStringNotEmpty( in setShortLabel()