Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdStatsHelper.java142 Long.valueOf(dataItem.metricCount)); in populateConfigStats()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java768 long metricCount = in testSuccessiveBoots() local
776 metricPrefixPattern + METRIC_COUNT, Long.toString(metricCount)); in testSuccessiveBoots()
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DStatsdStatsHelperTest.java82 testReport.configStats[i].metricCount = CONFIG_STATS_METRIC_COUNT; in populateConfigStatsTestData()