Home
last modified time | relevance | path

Searched refs:startAtomMatcher (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A DDurationMetricsTests.java53 AtomMatcher startAtomMatcher = in testDurationMetric() local
59 builder.addAtomMatcher(startAtomMatcher); in testDurationMetric()
108 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithCondition() local
118 .addAtomMatcher(startAtomMatcher) in testDurationMetricWithCondition()
219 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithActivation() local
228 .addAtomMatcher(startAtomMatcher) in testDurationMetricWithActivation()
309 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithConditionAndActivation() local
322 .addAtomMatcher(startAtomMatcher) in testDurationMetricWithConditionAndActivation()
477 MetricsUtils.startAtomMatcher(APP_BREADCRUMB_REPORTED_A_MATCH_START_ID); in testDurationMetricWithDimension()
481 MetricsUtils.startAtomMatcher(APP_BREADCRUMB_REPORTED_B_MATCH_START_ID); in testDurationMetricWithDimension()
H A DValueMetricsTests.java53 AtomMatcher startAtomMatcher = in testValueMetric() local
54 MetricsUtils.startAtomMatcher(APP_BREADCRUMB_REPORTED_A_MATCH_START_ID); in testValueMetric()
61 builder.addAtomMatcher(startAtomMatcher); in testValueMetric()
120 AtomMatcher startAtomMatcher = in testPullerAcrossBuckets() local
121 MetricsUtils.startAtomMatcher(predicateTrueName.hashCode()); in testPullerAcrossBuckets()
126 builder.addAtomMatcher(startAtomMatcher); in testPullerAcrossBuckets()
197 AtomMatcher startAtomMatcher = in testMultipleEventsPerBucket() local
198 MetricsUtils.startAtomMatcher(predicateTrueName.hashCode()); in testMultipleEventsPerBucket()
203 builder.addAtomMatcher(startAtomMatcher); in testMultipleEventsPerBucket()
H A DGaugeMetricsTests.java51 AtomMatcher startAtomMatcher = in testGaugeMetric() local
52 MetricsUtils.startAtomMatcher(APP_BREADCRUMB_REPORTED_A_MATCH_START_ID); in testGaugeMetric()
59 builder.addAtomMatcher(startAtomMatcher); in testGaugeMetric()
H A DMetricsUtils.java44 public static AtomMatcher startAtomMatcher(int id) { in startAtomMatcher() method in MetricsUtils
H A DCountMetricsTests.java82 MetricsUtils.startAtomMatcher(startMatcherId); in testEventCountWithCondition()