Home
last modified time | relevance | path

Searched defs:metricReport (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() local
168 StatsLogReport metricReport = getStatsLogReport(); in testPullerAcrossBuckets() local
249 StatsLogReport metricReport = getStatsLogReport(); in testMultipleEventsPerBucket() local
318 StatsLogReport metricReport = getStatsLogReport(); in testPullerAcrossBucketsWithActivation() local
446 StatsLogReport metricReport = getStatsLogReport(); in testValueMetricWithConditionAndActivation() local
H A DDurationMetricsTests.java92 StatsLogReport metricReport = getStatsLogReport(); in testDurationMetric() local
198 StatsLogReport metricReport = getStatsLogReport(); in testDurationMetricWithCondition() local
287 StatsLogReport metricReport = getStatsLogReport(); in testDurationMetricWithActivation() local
460 StatsLogReport metricReport = getStatsLogReport(); in testDurationMetricWithConditionAndActivation() local
547 StatsLogReport metricReport = getStatsLogReport(); in testDurationMetricWithDimension() local
H A DGaugeMetricsTests.java120 StatsLogReport metricReport = getStatsLogReport(); in testGaugeMetric() local
193 StatsLogReport metricReport = getStatsLogReport(); in testPulledGaugeMetricWithActivation() local
317 StatsLogReport metricReport = getStatsLogReport(); in testPulledGaugeMetricWithConditionAndActivation() local
H A DCountMetricsTests.java62 StatsLogReport metricReport = getStatsLogReport(); in testSimpleEventCountMetric() local
119 StatsLogReport metricReport = getStatsLogReport(); in testEventCountWithCondition() local
240 StatsLogReport metricReport = getStatsLogReport(); in testEventCountWithConditionAndActivation() local
H A DMetricActivationTests.java555 private void verifyMetric(StatsLogReport metricReport, long metricId, int metricMatcherLabel, in verifyMetric()
/aosp12/packages/modules/StatsD/statsd/tests/e2e/
H A DConfigUpdate_e2e_test.cpp1779 StatsLogReport metricReport = report.metrics(0); in TEST_F() local