Home
last modified time | relevance | path

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

/cts/hostsidetests/statsd/src/android/cts/statsd/metric/
DMetricActivationTests.java164 doAppBreadcrumbReported(metric1MatcherId); in testCancellation()
168 doAppBreadcrumbReported(act1CancelMatcherId); in testCancellation()
172 doAppBreadcrumbReported(act1MatcherId); in testCancellation()
176 doAppBreadcrumbReported(metric1MatcherId); in testCancellation()
180 doAppBreadcrumbReported(metric1MatcherId); in testCancellation()
184 doAppBreadcrumbReported(act1CancelMatcherId); in testCancellation()
188 doAppBreadcrumbReported(metric1MatcherId); in testCancellation()
192 doAppBreadcrumbReported(act1MatcherId); in testCancellation()
196 doAppBreadcrumbReported(act2MatcherId); in testCancellation()
200 doAppBreadcrumbReported(metric1MatcherId); in testCancellation()
[all …]
DCountMetricsTests.java103 doAppBreadcrumbReported(0, AppBreadcrumbReported.State.UNSPECIFIED.ordinal()); in testEventCountWithCondition()
107 doAppBreadcrumbReported(0, AppBreadcrumbReported.State.UNSPECIFIED.ordinal()); in testEventCountWithCondition()
111 doAppBreadcrumbReported(0, AppBreadcrumbReported.State.UNSPECIFIED.ordinal()); in testEventCountWithCondition()
182 doAppBreadcrumbReported(activationMatcherLabel); in testEventCountWithConditionAndActivation()
190 doAppBreadcrumbReported(whatMatcherLabel); in testEventCountWithConditionAndActivation()
194 doAppBreadcrumbReported(whatMatcherLabel); in testEventCountWithConditionAndActivation()
202 doAppBreadcrumbReported(whatMatcherLabel); in testEventCountWithConditionAndActivation()
209 doAppBreadcrumbReported(whatMatcherLabel); in testEventCountWithConditionAndActivation()
217 doAppBreadcrumbReported(whatMatcherLabel); in testEventCountWithConditionAndActivation()
221 doAppBreadcrumbReported(activationMatcherLabel); in testEventCountWithConditionAndActivation()
[all …]
DGaugeMetricsTests.java278 doAppBreadcrumbReported(10); in testPulledGaugeMetricWithConditionAndActivation()
282 doAppBreadcrumbReported(20); in testPulledGaugeMetricWithConditionAndActivation()
290 doAppBreadcrumbReported(30); in testPulledGaugeMetricWithConditionAndActivation()
297 doAppBreadcrumbReported(40); in testPulledGaugeMetricWithConditionAndActivation()
305 doAppBreadcrumbReported(50); in testPulledGaugeMetricWithConditionAndActivation()
313 doAppBreadcrumbReported(60); in testPulledGaugeMetricWithConditionAndActivation()
320 doAppBreadcrumbReported(70); in testPulledGaugeMetricWithConditionAndActivation()
DValueMetricsTests.java409 doAppBreadcrumbReported(10); in testValueMetricWithConditionAndActivation()
413 doAppBreadcrumbReported(200); in testValueMetricWithConditionAndActivation()
421 doAppBreadcrumbReported(3_000); in testValueMetricWithConditionAndActivation()
428 doAppBreadcrumbReported(40_000); in testValueMetricWithConditionAndActivation()
436 doAppBreadcrumbReported(500_000); in testValueMetricWithConditionAndActivation()
444 doAppBreadcrumbReported(6_000_000); in testValueMetricWithConditionAndActivation()
451 doAppBreadcrumbReported(70_000_000); in testValueMetricWithConditionAndActivation()
DDurationMetricsTests.java285 doAppBreadcrumbReported(activationMatcherLabel); in testDurationMetricWithActivation()
386 doAppBreadcrumbReported(activationMatcherLabel); in testDurationMetricWithConditionAndActivation()
447 doAppBreadcrumbReported(activationMatcherLabel); in testDurationMetricWithConditionAndActivation()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DAtomTestCase.java810 doAppBreadcrumbReported(label, AppBreadcrumbReported.State.START.ordinal()); in doAppBreadcrumbReportedStart()
814 doAppBreadcrumbReported(label, AppBreadcrumbReported.State.STOP.ordinal()); in doAppBreadcrumbReportedStop()
817 public void doAppBreadcrumbReported(int label) throws Exception { in doAppBreadcrumbReported() method in AtomTestCase
818 doAppBreadcrumbReported(label, AppBreadcrumbReported.State.UNSPECIFIED.ordinal()); in doAppBreadcrumbReported()
821 public void doAppBreadcrumbReported(int label, int state) throws Exception { in doAppBreadcrumbReported() method in AtomTestCase