Searched refs:titleWithEntity (Results 1 – 5 of 5) sorted by relevance
29 public final String titleWithEntity; field in RemoteActionTemplate67 String titleWithEntity, in RemoteActionTemplate() argument79 this.titleWithEntity = titleWithEntity; in RemoteActionTemplate()
42 if (!TextUtils.isEmpty(labeledIntent.titleWithEntity)) {43 return labeledIntent.titleWithEntity;49 @Nullable public final String titleWithEntity; field in LabeledIntent69 @Nullable String titleWithEntity, in LabeledIntent() argument74 if (TextUtils.isEmpty(titleWithEntity) && TextUtils.isEmpty(titleWithoutEntity)) { in LabeledIntent()79 this.titleWithEntity = titleWithEntity; in LabeledIntent()
49 remoteActionTemplate.titleWithEntity, in create()65 if (TextUtils.isEmpty(remoteActionTemplate.titleWithEntity) in isValidTemplate()
151 return labeledIntent.titleWithEntity; in createTitleChooser()154 return labeledIntent.titleWithEntity; in createTitleChooser()157 return labeledIntent.titleWithEntity; in createTitleChooser()
104 assertThat(labeledIntent.titleWithEntity).isEqualTo(TITLE_WITH_ENTITY); in create_full()170 assertThat(labeledIntent.titleWithEntity).isNull(); in create_minimal()