Searched refs:TIMERS_0 (Results 1 – 1 of 1) sorted by relevance
55 public static final int TIMERS_0 = 30; field in HealthStatsTest123 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()