Searched refs:TIMER_0 (Results 1 – 1 of 1) sorted by relevance
40 public static final int TIMER_0 = 10; field in HealthStatsTest81 Assert.assertEquals(TIMER_0, readback.getTimerKeyAt(0)); in checkHealthStats()82 Assert.assertTrue(readback.hasTimer(TIMER_0)); in checkHealthStats()83 Assert.assertEquals(1, readback.getTimerCount(TIMER_0)); in checkHealthStats()84 Assert.assertEquals(100, readback.getTimerTime(TIMER_0)); in checkHealthStats()186 writer.addTimer(TIMER_0, 1, 100); in testParcelling()