Searched refs:EVENT_TIME_WRONG_CLOCKSOURCE_COUNT_KEY (Results 1 – 3 of 3) sorted by relevance
106 stats.addValue(SensorStats.EVENT_TIME_WRONG_CLOCKSOURCE_COUNT_KEY, failuresCount); in verify()113 stats.addValue(SensorStats.EVENT_TIME_WRONG_CLOCKSOURCE_COUNT_KEY, 0); in verify()
183 … assertEquals(indices.length, stats.getValue(SensorStats.EVENT_TIME_WRONG_CLOCKSOURCE_COUNT_KEY)); in runVerification()184 if (0 != (Integer) stats.getValue(SensorStats.EVENT_TIME_WRONG_CLOCKSOURCE_COUNT_KEY)) { in runVerification()
55 public static final String EVENT_TIME_WRONG_CLOCKSOURCE_COUNT_KEY = field in SensorStats