Searched refs:mExampleSizeBytes (Results 1 – 4 of 4) sorted by relevance
25 public final AtomicLong mExampleSizeBytes = new AtomicLong(0); field in ExampleStats
149 .setExampleSize(exampleStats.mExampleSizeBytes.get()) in logComputationCompleted()173 .setExampleSize(exampleStats.mExampleSizeBytes.get()) in logEventWithExampleStats()
977 run.mExampleStats.mExampleSizeBytes.addAndGet(
846 assertThat(exampleStats.mExampleSizeBytes.get()).isEqualTo(EXAMPLE_SIZE_BYTES); in testPublishToResultHandlingServiceThrowsException_returnsSuccess()