Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DConversationActions.java328 @NonNull TextClassifier.EntityConfig typeConfig, in Request() argument
333 mTypeConfig = Preconditions.checkNotNull(typeConfig); in Request()
342 TextClassifier.EntityConfig typeConfig = in.readParcelable(null); in readFromParcel() local
351 typeConfig, in readFromParcel()
500 public Builder setTypeConfig(@Nullable TextClassifier.EntityConfig typeConfig) { in setTypeConfig() argument
501 mTypeConfig = typeConfig; in setTypeConfig()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassifierTest.java424 TextClassifier.EntityConfig typeConfig = in testSuggestConversationActions_textReplyOnly_maxOne() local
432 .setTypeConfig(typeConfig) in testSuggestConversationActions_textReplyOnly_maxOne()
452 TextClassifier.EntityConfig typeConfig = in testSuggestConversationActions_textReplyOnly_noMax() local
459 .setTypeConfig(typeConfig) in testSuggestConversationActions_textReplyOnly_noMax()
479 TextClassifier.EntityConfig typeConfig = in testSuggestConversationActions_openUrl() local
487 .setTypeConfig(typeConfig) in testSuggestConversationActions_openUrl()
508 TextClassifier.EntityConfig typeConfig = in testSuggestConversationActions_copy() local
516 .setTypeConfig(typeConfig) in testSuggestConversationActions_copy()