Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/
DTrainingEventReported.java43 private long mExampleStoreBindLatencyNanos = 0; field in TrainingEventReported
88 this.mExampleStoreBindLatencyNanos = exampleStoreBindLatencyNanos; in TrainingEventReported()
153 return mExampleStoreBindLatencyNanos; in getExampleStoreBindLatencyNanos()
190 && mExampleStoreBindLatencyNanos == that.mExampleStoreBindLatencyNanos in equals()
213 _hash = 31 * _hash + Long.hashCode(mExampleStoreBindLatencyNanos); in hashCode()
237 private long mExampleStoreBindLatencyNanos; field in TrainingEventReported.Builder
337 mExampleStoreBindLatencyNanos = value; in setExampleStoreBindLatencyNanos()
381 mExampleStoreBindLatencyNanos = 0; in build()
401 mExampleStoreBindLatencyNanos, in build()