Searched refs:mTypeConfig (Results 1 – 1 of 1) sorted by relevance
310 private final TextClassifier.EntityConfig mTypeConfig; field in ConversationActions.Request326 mTypeConfig = Objects.requireNonNull(typeConfig); in Request()355 parcel.writeParcelable(mTypeConfig, flags); in writeToParcel()383 return mTypeConfig; in getTypeConfig()451 private TextClassifier.EntityConfig mTypeConfig; field in ConversationActions.Request.Builder482 mTypeConfig = typeConfig; in setTypeConfig()512 mTypeConfig == null in build()514 : mTypeConfig, in build()