Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DStatsdStatsHelperTest.java91 testReport.configStats[i].matcherStats = in populateConfigStatsTestData()
145 StatsLog.StatsdStatsReport.MatcherStats[] matcherStats = in populateConfigStatsMatcherTestData() local
149 matcherStats[i] = new StatsLog.StatsdStatsReport.MatcherStats(); in populateConfigStatsMatcherTestData()
151 matcherStats[i].id = fieldValue++; in populateConfigStatsMatcherTestData()
152 matcherStats[i].matchedTimes = fieldValue++; in populateConfigStatsMatcherTestData()
155 return matcherStats; in populateConfigStatsMatcherTestData()
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdStatsHelper.java154 dataItem.matcherStats, resultMap, metricKeyPrefixWithTag, metricKeyPrefix); in populateConfigStats()