Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DStatsdStatsHelperTest.java353 final String alertCountKey = MetricUtility.constructKey(metricKeyPrefix, "alert_count"); in verifyConfigStats() local
354 assertEquals(result.get(alertCountKey), Long.valueOf(configStatsAlertCount)); in verifyConfigStats()
355 verifyConfigAlertStats(result, metricKeyPrefix, result.get(alertCountKey)); in verifyConfigStats()