Searched refs:TIMERS_0 (Results 1 – 1 of 1) sorted by relevance
58 public static final int TIMERS_0 = 30; field in HealthStatsTest126 Assert.assertEquals(TIMERS_0, readback.getTimersKeyAt(0)); in checkHealthStats()127 Assert.assertTrue(readback.hasTimers(TIMERS_0)); in checkHealthStats()128 final Map<String,TimerStat> timers = readback.getTimers(TIMERS_0); in checkHealthStats()199 writer.addTimers(TIMERS_0, "b", new TimerStat(200, 400)); in testParcelling()