Home
last modified time | relevance | path

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

/external/libtextclassifier/jni/com/google/android/textclassifier/
DRemoteActionTemplate.java29 public final String titleWithEntity; field in RemoteActionTemplate
67 String titleWithEntity, in RemoteActionTemplate() argument
79 this.titleWithEntity = titleWithEntity; in RemoteActionTemplate()
/external/libtextclassifier/java/src/com/android/textclassifier/common/intent/
DLabeledIntent.java42 if (!TextUtils.isEmpty(labeledIntent.titleWithEntity)) {
43 return labeledIntent.titleWithEntity;
49 @Nullable public final String titleWithEntity; field in LabeledIntent
69 @Nullable String titleWithEntity, in LabeledIntent() argument
74 if (TextUtils.isEmpty(titleWithEntity) && TextUtils.isEmpty(titleWithoutEntity)) { in LabeledIntent()
79 this.titleWithEntity = titleWithEntity; in LabeledIntent()
DTemplateIntentFactory.java49 remoteActionTemplate.titleWithEntity, in create()
65 if (TextUtils.isEmpty(remoteActionTemplate.titleWithEntity) in isValidTemplate()
/external/libtextclassifier/java/src/com/android/textclassifier/
DActionsSuggestionsHelper.java151 return labeledIntent.titleWithEntity; in createTitleChooser()
154 return labeledIntent.titleWithEntity; in createTitleChooser()
157 return labeledIntent.titleWithEntity; in createTitleChooser()
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/intent/
DTemplateIntentFactoryTest.java104 assertThat(labeledIntent.titleWithEntity).isEqualTo(TITLE_WITH_ENTITY); in create_full()
170 assertThat(labeledIntent.titleWithEntity).isNull(); in create_minimal()