Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/intent/
DLabeledIntent.java60 public final String descriptionWithAppName; field in LabeledIntent
80 @Nullable String descriptionWithAppName, in LabeledIntent() argument
90 this.descriptionWithAppName = descriptionWithAppName; in LabeledIntent()
157 if (!TextUtils.isEmpty(descriptionWithAppName)) { in resolveDescription()
161 return String.format(descriptionWithAppName, applicationName); in resolveDescription()
DTemplateIntentFactory.java64 remoteActionTemplate.descriptionWithAppName, in create()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/intent/
DTemplateIntentFactoryTest.java96 assertThat(labeledIntent.descriptionWithAppName).isEqualTo(DESCRIPTION_WITH_APP_NAME); in create_full()