Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DTrainingExamplesInputParcel.java46 @Nullable private String mCollectionName; field in TrainingExamplesInputParcel
72 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.Builder
221 mCollectionName = value; in setCollectionName()
241 mPopulationName, mTaskName, mResumptionToken, mCollectionName); in build()
DTrainingExamplesInput.java55 @Nullable private String mCollectionName; field in TrainingExamplesInput
106 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()