Searched refs:typeConfig (Results 1 – 1 of 1) sorted by relevance
321 @NonNull TextClassifier.EntityConfig typeConfig, in Request() argument326 mTypeConfig = Objects.requireNonNull(typeConfig); in Request()335 TextClassifier.EntityConfig typeConfig = in.readParcelable(null); in readFromParcel() local344 typeConfig, in readFromParcel()481 public Builder setTypeConfig(@Nullable TextClassifier.EntityConfig typeConfig) { in setTypeConfig() argument482 mTypeConfig = typeConfig; in setTypeConfig()