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.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.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.java799 doAppBreadcrumbReported(label, AppBreadcrumbReported.State.START.ordinal()); in doAppBreadcrumbReportedStart()
803 doAppBreadcrumbReported(label, AppBreadcrumbReported.State.STOP.ordinal()); in doAppBreadcrumbReportedStop()
806 public void doAppBreadcrumbReported(int label) throws Exception { in doAppBreadcrumbReported() method in AtomTestCase
807 doAppBreadcrumbReported(label, AppBreadcrumbReported.State.UNSPECIFIED.ordinal()); in doAppBreadcrumbReported()
810 public void doAppBreadcrumbReported(int label, int state) throws Exception { in doAppBreadcrumbReported() method in AtomTestCase