Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdStatsHelper.java287 long summaryTotalPull = 0; in populatePulledAtomStats() local
354 summaryTotalPull += dataItem.totalPull; in populatePulledAtomStats()
367 resultMap.put(MetricUtility.constructKey(metricKeyPrefix, "total_pull"), summaryTotalPull); in populatePulledAtomStats() local