Home
last modified time | relevance | path

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

/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DValueMetricsTests.java93 StatsLogReport metricReport = getStatsLogReport(); in testValueMetric()
168 StatsLogReport metricReport = getStatsLogReport(); in testPullerAcrossBuckets()
249 StatsLogReport metricReport = getStatsLogReport(); in testMultipleEventsPerBucket()
318 StatsLogReport metricReport = getStatsLogReport(); in testPullerAcrossBucketsWithActivation()
446 StatsLogReport metricReport = getStatsLogReport(); in testValueMetricWithConditionAndActivation()
DDurationMetricsTests.java92 StatsLogReport metricReport = getStatsLogReport(); in testDurationMetric()
198 StatsLogReport metricReport = getStatsLogReport(); in testDurationMetricWithCondition()
287 StatsLogReport metricReport = getStatsLogReport(); in testDurationMetricWithActivation()
460 StatsLogReport metricReport = getStatsLogReport(); in testDurationMetricWithConditionAndActivation()
547 StatsLogReport metricReport = getStatsLogReport(); in testDurationMetricWithDimension()
DCountMetricsTests.java62 StatsLogReport metricReport = getStatsLogReport(); in testSimpleEventCountMetric()
119 StatsLogReport metricReport = getStatsLogReport(); in testEventCountWithCondition()
240 StatsLogReport metricReport = getStatsLogReport(); in testEventCountWithConditionAndActivation()
392 StatsLogReport metricReport = getStatsLogReport();
DGaugeMetricsTests.java120 StatsLogReport metricReport = getStatsLogReport(); in testGaugeMetric()
192 StatsLogReport metricReport = getStatsLogReport(); in testPulledGaugeMetricWithActivation()
316 StatsLogReport metricReport = getStatsLogReport(); in testPulledGaugeMetricWithConditionAndActivation()
/packages/modules/StatsD/tests/src/android/cts/statsd/validation/
DValidationTests.java272 StatsLogReport report = getStatsLogReport(); in getStatsdWakelockData()
/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
DAtomTestCase.java446 protected StatsLogReport getStatsLogReport() throws Exception { in getStatsLogReport() method in AtomTestCase