Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/
DExampleIteratorLatency.java29 private long mGetNextLatencyNanos; field in ExampleIteratorLatency
49 this.mGetNextLatencyNanos = getNextLatencyNanos; in ExampleIteratorLatency()
66 return mGetNextLatencyNanos; in getGetNextLatencyNanos()
84 && mGetNextLatencyNanos == that.mGetNextLatencyNanos; in equals()
96 _hash = 31 * _hash + Long.hashCode(mGetNextLatencyNanos); in hashCode()
107 private long mGetNextLatencyNanos; field in ExampleIteratorLatency.Builder
133 mGetNextLatencyNanos = value; in setGetNextLatencyNanos()
143 new ExampleIteratorLatency(mClientVersion, mTaskId, mGetNextLatencyNanos); in build()