Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DConversationActions.java321 @NonNull TextClassifier.EntityConfig typeConfig, in Request() argument
326 mTypeConfig = Objects.requireNonNull(typeConfig); in Request()
335 TextClassifier.EntityConfig typeConfig = in.readParcelable(null); in readFromParcel() local
344 typeConfig, in readFromParcel()
481 public Builder setTypeConfig(@Nullable TextClassifier.EntityConfig typeConfig) { in setTypeConfig() argument
482 mTypeConfig = typeConfig; in setTypeConfig()