Home
last modified time | relevance | path

Searched defs:mExampleCount (Results 1 – 4 of 4) sorted by relevance

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/
DExampleStats.java24 public final AtomicInteger mExampleCount = new AtomicInteger(0); field in ExampleStats
/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/common/
DExampleConsumption.java39 private int mExampleCount; field in ExampleConsumption
202 private int mExampleCount; field in ExampleConsumption.Builder
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/examplestore/
DExampleConsumptionRecorder.java50 private int mExampleCount; field in ExampleConsumptionRecorder.SingleQueryRecorder
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/
DTrainingEventReported.java36 private long mExampleCount = 0; field in TrainingEventReported
231 private long mExampleCount; field in TrainingEventReported.Builder