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()
53 @Nullable private String mCollectionName; field in TrainingExamplesInput88 this.mCollectionName = collectionName; in TrainingExamplesInput()121 return mCollectionName; in getCollectionName()135 && java.util.Objects.equals(mCollectionName, that.mCollectionName); in equals()144 _hash = 31 * _hash + java.util.Objects.hashCode(mCollectionName); in hashCode()