Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/
DTrainingEventReported.java40 private long mBytesDownloaded = 0; field in TrainingEventReported
86 this.mBytesDownloaded = bytesDownloaded; in TrainingEventReported()
143 return mBytesDownloaded; in getBytesDownloaded()
188 && mBytesDownloaded == that.mBytesDownloaded in equals()
211 _hash = 31 * _hash + Long.hashCode(mBytesDownloaded); in hashCode()
235 private long mBytesDownloaded; field in TrainingEventReported.Builder
321 mBytesDownloaded = value; in setBytesDownloaded()
375 mBytesDownloaded = 0; in build()
399 mBytesDownloaded, in build()