Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A 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()
H A 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()
H A DCountMetricsTests.java62 StatsLogReport metricReport = getStatsLogReport(); in testSimpleEventCountMetric()
119 StatsLogReport metricReport = getStatsLogReport(); in testEventCountWithCondition()
240 StatsLogReport metricReport = getStatsLogReport(); in testEventCountWithConditionAndActivation()
395 StatsLogReport metricReport = getStatsLogReport();
H A DGaugeMetricsTests.java120 StatsLogReport metricReport = getStatsLogReport(); in testGaugeMetric()
193 StatsLogReport metricReport = getStatsLogReport(); in testPulledGaugeMetricWithActivation()
317 StatsLogReport metricReport = getStatsLogReport(); in testPulledGaugeMetricWithConditionAndActivation()
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/validation/
H A DValidationTests.java258 StatsLogReport report = getStatsLogReport(); in getStatsdWakelockData()
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
H A DAtomTestCase.java505 protected StatsLogReport getStatsLogReport() throws Exception { in getStatsLogReport() method in AtomTestCase