Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/
DTrainingEventReported.java37 private long mExampleSize = 0; field in TrainingEventReported
83 this.mExampleSize = exampleSize; in TrainingEventReported()
128 return mExampleSize; in getExampleSize()
185 && mExampleSize == that.mExampleSize in equals()
208 _hash = 31 * _hash + Long.hashCode(mExampleSize); in hashCode()
232 private long mExampleSize; field in TrainingEventReported.Builder
297 mExampleSize = value; in setExampleSize()
366 mExampleSize = 0; in build()
396 mExampleSize, in build()