Searched refs:descriptionWithAppName (Results 1 – 3 of 3) sorted by relevance
60 public final String descriptionWithAppName; field in LabeledIntent80 @Nullable String descriptionWithAppName, in LabeledIntent() argument90 this.descriptionWithAppName = descriptionWithAppName; in LabeledIntent()157 if (!TextUtils.isEmpty(descriptionWithAppName)) { in resolveDescription()161 return String.format(descriptionWithAppName, applicationName); in resolveDescription()
64 remoteActionTemplate.descriptionWithAppName, in create()
96 assertThat(labeledIntent.descriptionWithAppName).isEqualTo(DESCRIPTION_WITH_APP_NAME); in create_full()