Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/subscriber/
H A DShellSubscriberTest.java154 int atomCount = 0; in checkOutput() local
183 atomCount++; in checkOutput()
186 assertThat(atomCount).isGreaterThan(0); in checkOutput()