Home
last modified time | relevance | path

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

/cts/hostsidetests/statsd/src/android/cts/statsd/metric/
DDurationMetricsTests.java91 doAppBreadcrumbReportedStop(label); in testDurationMetric()
174 doAppBreadcrumbReportedStop(durationLabel); in testDurationMetricWithCondition()
188 doAppBreadcrumbReportedStop(durationLabel); in testDurationMetricWithCondition()
192 doAppBreadcrumbReportedStop(conditionLabel); in testDurationMetricWithCondition()
202 doAppBreadcrumbReportedStop(durationLabel); in testDurationMetricWithCondition()
281 doAppBreadcrumbReportedStop(durationLabel); in testDurationMetricWithActivation()
295 doAppBreadcrumbReportedStop(durationLabel); in testDurationMetricWithActivation()
400 doAppBreadcrumbReportedStop(durationLabel); in testDurationMetricWithConditionAndActivation()
404 doAppBreadcrumbReportedStop(conditionLabel); in testDurationMetricWithConditionAndActivation()
414 doAppBreadcrumbReportedStop(durationLabel); in testDurationMetricWithConditionAndActivation()
[all …]
DGaugeMetricsTests.java107 doAppBreadcrumbReportedStop(2); in testGaugeMetric()
109 doAppBreadcrumbReportedStop(0); in testGaugeMetric()
111 doAppBreadcrumbReportedStop(1); in testGaugeMetric()
116 doAppBreadcrumbReportedStop(2); in testGaugeMetric()
118 doAppBreadcrumbReportedStop(1); in testGaugeMetric()
286 doAppBreadcrumbReportedStop(conditionLabel); in testPulledGaugeMetricWithConditionAndActivation()
DValueMetricsTests.java88 doAppBreadcrumbReportedStop(1); in testValueMetric()
90 doAppBreadcrumbReportedStop(3); in testValueMetric()
168 doAppBreadcrumbReportedStop(1); in testPullerAcrossBuckets()
250 doAppBreadcrumbReportedStop(1); in testMultipleEventsPerBucket()
417 doAppBreadcrumbReportedStop(conditionLabel); in testValueMetricWithConditionAndActivation()
DCountMetricsTests.java51 doAppBreadcrumbReportedStop(0); in testSimpleEventCountMetric()
109 doAppBreadcrumbReportedStop(0); in testEventCountWithCondition()
198 doAppBreadcrumbReportedStop(endMatcherLabel); in testEventCountWithConditionAndActivation()
/cts/hostsidetests/statsd/src/android/cts/statsd/alert/
DAnomalyDetectionTests.java154 doAppBreadcrumbReportedStop(1); in testDurationAnomalyDetection()
167 doAppBreadcrumbReportedStop(1); in testDurationAnomalyDetection()
174 doAppBreadcrumbReportedStop(1); in testDurationAnomalyDetection()
184 doAppBreadcrumbReportedStop(1); in testDurationAnomalyDetection()
213 doAppBreadcrumbReportedStop(1); in testDurationAnomalyDetectionForLateAlarms()
224 doAppBreadcrumbReportedStop(1); in testDurationAnomalyDetectionForLateAlarms()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DAtomTestCase.java802 public void doAppBreadcrumbReportedStop(int label) throws Exception { in doAppBreadcrumbReportedStop() method in AtomTestCase