Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DAppStartupHelper.java103 String totalCountKey = ""; in getMetrics() local
121 totalCountKey = MetricUtility.constructKey(typeKey, TOTAL_COUNT); in getMetrics()
126 MetricUtility.addMetric(totalCountKey, appStartCountMap); in getMetrics()
180 String totalCountKey = ""; in getMetrics() local
200 totalCountKey = MetricUtility.constructKey(typeKey, PROCESS_START, in getMetrics()
211 MetricUtility.addMetric(totalCountKey, appStartCountMap); in getMetrics()