Searched refs:mExampleCount (Results 1 – 7 of 7) sorted by relevance
39 private int mExampleCount; field in ExampleConsumption68 this.mExampleCount = exampleCount; in ExampleConsumption()87 return mExampleCount; in getExampleCount()115 && mExampleCount == that.mExampleCount in equals()129 _hash = 31 * _hash + mExampleCount; in hashCode()146 dest.writeInt(mExampleCount); in writeToParcel()174 this.mExampleCount = exampleCount; in ExampleConsumption()202 private int mExampleCount; field in ExampleConsumption.Builder231 mExampleCount = value; in setExampleCount()260 mExampleCount, in build()
36 private long mExampleCount = 0; field in TrainingEventReported82 this.mExampleCount = exampleCount; in TrainingEventReported()123 return mExampleCount; in getExampleCount()184 && mExampleCount == that.mExampleCount in equals()207 _hash = 31 * _hash + Long.hashCode(mExampleCount); in hashCode()231 private long mExampleCount; field in TrainingEventReported.Builder289 mExampleCount = value; in setExampleCount()363 mExampleCount = 0; in build()395 mExampleCount, in build()
50 private int mExampleCount; field in ExampleConsumptionRecorder.SingleQueryRecorder61 this.mExampleCount = 0; in SingleQueryRecorder()69 mExampleCount++; in incrementAndUpdateResumptionToken()82 .setExampleCount(mExampleCount) in finishRecordingAndGet()
24 public final AtomicInteger mExampleCount = new AtomicInteger(0); field in ExampleStats
148 .setExampleCount(exampleStats.mExampleCount.get()) in logComputationCompleted()172 .setExampleCount(exampleStats.mExampleCount.get()) in logEventWithExampleStats()
976 run.mExampleStats.mExampleCount.addAndGet(result.getExampleStats().getExampleCount());
845 assertThat(exampleStats.mExampleCount.get()).isEqualTo(1); in testPublishToResultHandlingServiceThrowsException_returnsSuccess()