Searched refs:mCollectionName (Results 1 – 2 of 2) sorted by relevance
46 @Nullable private String mCollectionName; field in TrainingExamplesInputParcel72 this.mCollectionName = collectionName; in TrainingExamplesInputParcel()105 return mCollectionName; in getCollectionName()115 if (mCollectionName != null) flg |= 0x8; in writeToParcel()120 if (mCollectionName != null) dest.writeString(mCollectionName); in writeToParcel()146 this.mCollectionName = collectionName; in TrainingExamplesInputParcel()176 private @Nullable String mCollectionName; field in TrainingExamplesInputParcel.Builder221 mCollectionName = value; in setCollectionName()241 mPopulationName, mTaskName, mResumptionToken, mCollectionName); in build()
55 @Nullable private String mCollectionName; field in TrainingExamplesInput106 this.mCollectionName = collectionName; in TrainingExamplesInput()145 return mCollectionName; in getCollectionName()164 && java.util.Objects.equals(mCollectionName, that.mCollectionName); in equals()177 _hash = 31 * _hash + java.util.Objects.hashCode(mCollectionName); in hashCode()