Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A DMetricActivationTests.java164 doAppBreadcrumbReported(metric1MatcherId); in testCancellation()
172 doAppBreadcrumbReported(act1MatcherId); in testCancellation()
192 doAppBreadcrumbReported(act1MatcherId); in testCancellation()
196 doAppBreadcrumbReported(act2MatcherId); in testCancellation()
219 doAppBreadcrumbReported(act2MatcherId); in testCancellation()
266 doAppBreadcrumbReported(act1MatcherId); in testRestart()
304 doAppBreadcrumbReported(act2MatcherId); in testRestart()
318 doAppBreadcrumbReported(act1MatcherId); in testRestart()
418 doAppBreadcrumbReported(act1MatcherId); in testMultipleActivations()
444 doAppBreadcrumbReported(act1MatcherId); in testMultipleActivations()
[all …]
H A DCountMetricsTests.java108 doAppBreadcrumbReported(0, AppBreadcrumbReported.State.UNSPECIFIED.ordinal()); in testEventCountWithCondition()
112 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()
227 doAppBreadcrumbReported(whatMatcherLabel); in testEventCountWithConditionAndActivation()
[all …]
H A DGaugeMetricsTests.java269 doAppBreadcrumbReported(10); in testPulledGaugeMetricWithConditionAndActivation()
273 doAppBreadcrumbReported(20); in testPulledGaugeMetricWithConditionAndActivation()
281 doAppBreadcrumbReported(30); in testPulledGaugeMetricWithConditionAndActivation()
288 doAppBreadcrumbReported(40); in testPulledGaugeMetricWithConditionAndActivation()
296 doAppBreadcrumbReported(50); in testPulledGaugeMetricWithConditionAndActivation()
304 doAppBreadcrumbReported(60); in testPulledGaugeMetricWithConditionAndActivation()
311 doAppBreadcrumbReported(70); in testPulledGaugeMetricWithConditionAndActivation()
H A 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()
H A DDurationMetricsTests.java273 doAppBreadcrumbReported(activationMatcherLabel); in testDurationMetricWithActivation()
370 doAppBreadcrumbReported(activationMatcherLabel); in testDurationMetricWithConditionAndActivation()
431 doAppBreadcrumbReported(activationMatcherLabel); in testDurationMetricWithConditionAndActivation()
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
H A DAtomTestCase.java978 doAppBreadcrumbReported(label, AppBreadcrumbReported.State.START.ordinal()); in doAppBreadcrumbReportedStart()
982 doAppBreadcrumbReported(label, AppBreadcrumbReported.State.STOP.ordinal()); in doAppBreadcrumbReportedStop()
985 public void doAppBreadcrumbReported(int label) throws Exception { in doAppBreadcrumbReported() method in AtomTestCase
986 doAppBreadcrumbReported(label, AppBreadcrumbReported.State.UNSPECIFIED.ordinal()); in doAppBreadcrumbReported()
989 public void doAppBreadcrumbReported(int label, int state) throws Exception { in doAppBreadcrumbReported() method in AtomTestCase
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/alert/
H A DAnomalyDetectionTests.java174 doAppBreadcrumbReported(2); in testDurationAnomalyDetection()
193 doAppBreadcrumbReported(2); in testDurationAnomalyDetection()