Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DAppStartupHelper.java101 String metricCountKey = ""; in getMetrics() local
120 metricCountKey = MetricUtility.constructKey(typeKey, COUNT, pkgName); in getMetrics()
125 MetricUtility.addMetric(metricCountKey, appStartCountMap); in getMetrics()
178 String metricCountKey = ""; in getMetrics() local
198 metricCountKey = MetricUtility.constructKey(typeKey, PROCESS_START, in getMetrics()
204 MetricUtility.addMetric(metricCountKey, tempResultCountMap); in getMetrics()
208 MetricUtility.addMetric(metricCountKey, appStartCountMap); in getMetrics()