Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/
DExampleIteratorLatency.java26 public class ExampleIteratorLatency { class
45 /* package-private */ ExampleIteratorLatency( in ExampleIteratorLatency() method in ExampleIteratorLatency
79 ExampleIteratorLatency that = (ExampleIteratorLatency) o; in equals()
138 public @android.annotation.NonNull ExampleIteratorLatency build() { in build()
142 ExampleIteratorLatency o = in build()
143 new ExampleIteratorLatency(mClientVersion, mTaskId, mGetNextLatencyNanos); in build()
DFederatedComputeStatsdLogger.java94 boolean recordExampleIteratorLatencyMetrics(ExampleIteratorLatency iteratorLatency) { in recordExampleIteratorLatencyMetrics()
110 public void logExampleIteratorNextLatencyReported(ExampleIteratorLatency iteratorLatency) { in logExampleIteratorNextLatencyReported()
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/statsd/
DFederatedComputeStatsdLoggerTest.java29 ExampleIteratorLatency metric = in logWithRateLimit_1QPS()
30 new ExampleIteratorLatency.Builder() in logWithRateLimit_1QPS()
47 ExampleIteratorLatency metric = in logWithRateLimit_3QPS()
48 new ExampleIteratorLatency.Builder() in logWithRateLimit_3QPS()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/examplestore/
DFederatedExampleIterator.java42 import com.android.federatedcompute.services.statsd.ExampleIteratorLatency;
160 new ExampleIteratorLatency.Builder() in getNextResult()