Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/
DTrainingEventReported.java44 private long mExampleStoreStartQueryLatencyNanos = 0; field in TrainingEventReported
89 this.mExampleStoreStartQueryLatencyNanos = exampleStoreStartQueryLatencyNanos; in TrainingEventReported()
158 return mExampleStoreStartQueryLatencyNanos; in getExampleStoreStartQueryLatencyNanos()
191 && mExampleStoreStartQueryLatencyNanos == that.mExampleStoreStartQueryLatencyNanos in equals()
214 _hash = 31 * _hash + Long.hashCode(mExampleStoreStartQueryLatencyNanos); in hashCode()
238 private long mExampleStoreStartQueryLatencyNanos; field in TrainingEventReported.Builder
345 mExampleStoreStartQueryLatencyNanos = value; in setExampleStoreStartQueryLatencyNanos()
384 mExampleStoreStartQueryLatencyNanos = 0; in build()
402 mExampleStoreStartQueryLatencyNanos, in build()