Searched defs:metricReport (Results 1 – 8 of 8) sorted by relevance
/packages/modules/StatsD/tests/src/android/cts/statsd/metric/ |
D | ValueMetricsTests.java | 116 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testValueMetric() local 195 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testPullerAcrossBuckets() local 280 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testMultipleEventsPerBucket() local 350 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testPullerAcrossBucketsWithActivation() local 488 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testValueMetricWithConditionAndActivation() local
|
D | DurationMetricsTests.java | 110 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testDurationMetric() local 223 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testDurationMetricWithCondition() local 317 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testDurationMetricWithActivation() local 507 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testDurationMetricWithConditionAndActivation() local 598 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testDurationMetricWithDimension() local
|
D | GaugeMetricsTests.java | 158 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testGaugeMetric() local 232 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testPulledGaugeMetricWithActivation() local 362 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testPulledGaugeMetricWithConditionAndActivation() local
|
D | CountMetricsTests.java | 96 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testSimpleEventCountMetric() local 161 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testEventCountWithCondition() local 296 StatsLogReport metricReport = ReportUtils.getStatsLogReport(getDevice(), in testEventCountWithConditionAndActivation() local
|
D | MetricActivationTests.java | 605 private void verifyMetric(StatsLogReport metricReport, long metricId, int metricMatcherLabel, in verifyMetric()
|
/packages/modules/StatsD/statsd/tests/e2e/ |
D | KllMetric_e2e_test.cpp | 93 StatsLogReport metricReport = report.metrics(0); in TEST_F() local 146 StatsLogReport metricReport = report.metrics(0); in TEST_F() local 273 StatsLogReport metricReport = report.metrics(0); in TEST_F() local
|
D | EventMetric_e2e_test.cpp | 337 StatsLogReport metricReport = report.metrics(0); in TEST_F() local
|
D | ConfigUpdate_e2e_test.cpp | 2039 StatsLogReport metricReport = report.metrics(0); in TEST_F() local
|