Home
last modified time | relevance | path

Searched refs:doAppBreadcrumbReported (Results 1 – 7 of 7) sorted by relevance

/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DMetricActivationTests.java162 doAppBreadcrumbReported(metric1MatcherId); in testCancellation()
166 doAppBreadcrumbReported(act1CancelMatcherId); in testCancellation()
170 doAppBreadcrumbReported(act1MatcherId); in testCancellation()
174 doAppBreadcrumbReported(metric1MatcherId); in testCancellation()
178 doAppBreadcrumbReported(metric1MatcherId); in testCancellation()
182 doAppBreadcrumbReported(act1CancelMatcherId); in testCancellation()
186 doAppBreadcrumbReported(metric1MatcherId); in testCancellation()
190 doAppBreadcrumbReported(act1MatcherId); in testCancellation()
194 doAppBreadcrumbReported(act2MatcherId); in testCancellation()
198 doAppBreadcrumbReported(metric1MatcherId); in testCancellation()
[all …]
DCountMetricsTests.java108 doAppBreadcrumbReported(0, AppBreadcrumbReported.State.UNSPECIFIED.ordinal()); in testEventCountWithCondition()
112 doAppBreadcrumbReported(0, AppBreadcrumbReported.State.UNSPECIFIED.ordinal()); in testEventCountWithCondition()
116 doAppBreadcrumbReported(0, AppBreadcrumbReported.State.UNSPECIFIED.ordinal()); in testEventCountWithCondition()
184 doAppBreadcrumbReported(activationMatcherLabel); in testEventCountWithConditionAndActivation()
192 doAppBreadcrumbReported(whatMatcherLabel); in testEventCountWithConditionAndActivation()
196 doAppBreadcrumbReported(whatMatcherLabel); in testEventCountWithConditionAndActivation()
204 doAppBreadcrumbReported(whatMatcherLabel); in testEventCountWithConditionAndActivation()
211 doAppBreadcrumbReported(whatMatcherLabel); in testEventCountWithConditionAndActivation()
219 doAppBreadcrumbReported(whatMatcherLabel); in testEventCountWithConditionAndActivation()
223 doAppBreadcrumbReported(activationMatcherLabel); in testEventCountWithConditionAndActivation()
[all …]
DGaugeMetricsTests.java268 doAppBreadcrumbReported(10); in testPulledGaugeMetricWithConditionAndActivation()
272 doAppBreadcrumbReported(20); in testPulledGaugeMetricWithConditionAndActivation()
280 doAppBreadcrumbReported(30); in testPulledGaugeMetricWithConditionAndActivation()
287 doAppBreadcrumbReported(40); in testPulledGaugeMetricWithConditionAndActivation()
295 doAppBreadcrumbReported(50); in testPulledGaugeMetricWithConditionAndActivation()
303 doAppBreadcrumbReported(60); in testPulledGaugeMetricWithConditionAndActivation()
310 doAppBreadcrumbReported(70); in testPulledGaugeMetricWithConditionAndActivation()
DValueMetricsTests.java398 doAppBreadcrumbReported(10); in testValueMetricWithConditionAndActivation()
402 doAppBreadcrumbReported(200); in testValueMetricWithConditionAndActivation()
410 doAppBreadcrumbReported(3_000); in testValueMetricWithConditionAndActivation()
417 doAppBreadcrumbReported(40_000); in testValueMetricWithConditionAndActivation()
425 doAppBreadcrumbReported(500_000); in testValueMetricWithConditionAndActivation()
433 doAppBreadcrumbReported(6_000_000); in testValueMetricWithConditionAndActivation()
440 doAppBreadcrumbReported(70_000_000); in testValueMetricWithConditionAndActivation()
DDurationMetricsTests.java273 doAppBreadcrumbReported(activationMatcherLabel); in testDurationMetricWithActivation()
370 doAppBreadcrumbReported(activationMatcherLabel); in testDurationMetricWithConditionAndActivation()
431 doAppBreadcrumbReported(activationMatcherLabel); in testDurationMetricWithConditionAndActivation()
/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
DAtomTestCase.java919 doAppBreadcrumbReported(label, AppBreadcrumbReported.State.START.ordinal()); in doAppBreadcrumbReportedStart()
923 doAppBreadcrumbReported(label, AppBreadcrumbReported.State.STOP.ordinal()); in doAppBreadcrumbReportedStop()
926 public void doAppBreadcrumbReported(int label) throws Exception { in doAppBreadcrumbReported() method in AtomTestCase
927 doAppBreadcrumbReported(label, AppBreadcrumbReported.State.UNSPECIFIED.ordinal()); in doAppBreadcrumbReported()
930 public void doAppBreadcrumbReported(int label, int state) throws Exception { in doAppBreadcrumbReported() method in AtomTestCase
/packages/modules/StatsD/tests/src/android/cts/statsd/alert/
DAnomalyDetectionTests.java174 doAppBreadcrumbReported(2); in testDurationAnomalyDetection()
193 doAppBreadcrumbReported(2); in testDurationAnomalyDetection()