Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/health/cts/
DHealthStatsTest.java40 public static final int TIMER_1 = 11; field in HealthStatsTest
83 Assert.assertEquals(TIMER_1, readback.getTimerKeyAt(1)); in checkHealthStats()
84 Assert.assertTrue(readback.hasTimer(TIMER_1)); in checkHealthStats()
85 Assert.assertEquals(Integer.MAX_VALUE, readback.getTimerCount(TIMER_1)); in checkHealthStats()
86 Assert.assertEquals(Long.MAX_VALUE, readback.getTimerTime(TIMER_1)); in checkHealthStats()
88 Assert.assertEquals(Integer.MAX_VALUE, readback.getTimer(TIMER_1).getCount()); in checkHealthStats()
89 Assert.assertEquals(Long.MAX_VALUE, readback.getTimer(TIMER_1).getTime()); in checkHealthStats()
184 writer.addTimer(TIMER_1, Integer.MAX_VALUE, Long.MAX_VALUE); in testParcelling()