Searched refs:metricCountKey (Results 1 – 2 of 2) sorted by relevance
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/ |
D | AppStartupHelper.java | 108 String metricCountKey = ""; in getMetrics() local 129 metricCountKey = MetricUtility.constructKey(typeKey, COUNT, pkgName); in getMetrics() 134 MetricUtility.addMetric(metricCountKey, appStartCountMap); in getMetrics() 205 String metricCountKey = ""; in getMetrics() local 225 metricCountKey = MetricUtility.constructKey(typeKey, PROCESS_START, in getMetrics() 231 MetricUtility.addMetric(metricCountKey, tempResultCountMap); in getMetrics() 235 MetricUtility.addMetric(metricCountKey, appStartCountMap); in getMetrics()
|
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/ |
D | StatsdStatsHelperTest.java | 341 final String metricCountKey = in verifyConfigStats() local 343 assertEquals(result.get(metricCountKey), Long.valueOf(configStatsMetricCount)); in verifyConfigStats() 344 verifyConfigMetricStats(result, metricKeyPrefix, result.get(metricCountKey)); in verifyConfigStats()
|