Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/health/cts/
DHealthStatsTest.java55 public static final int TIMERS_0 = 30; field in HealthStatsTest
123 Assert.assertEquals(TIMERS_0, readback.getTimersKeyAt(0)); in checkHealthStats()
124 Assert.assertTrue(readback.hasTimers(TIMERS_0)); in checkHealthStats()
125 final Map<String,TimerStat> timers = readback.getTimers(TIMERS_0); in checkHealthStats()
196 writer.addTimers(TIMERS_0, "b", new TimerStat(200, 400)); in testParcelling()