Home
last modified time | relevance | path

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

/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DValueMetricsTests.java74 AtomMatcher stopAtomMatcher = in testValueMetric() local
75 MetricsUtils.stopAtomMatcher(APP_BREADCRUMB_REPORTED_A_MATCH_STOP_ID); in testValueMetric()
82 builder.addAtomMatcher(stopAtomMatcher); in testValueMetric()
146 AtomMatcher stopAtomMatcher = in testPullerAcrossBuckets() local
147 MetricsUtils.stopAtomMatcher(predicateFalseName.hashCode()); in testPullerAcrossBuckets()
152 builder.addAtomMatcher(stopAtomMatcher); in testPullerAcrossBuckets()
227 AtomMatcher stopAtomMatcher = in testMultipleEventsPerBucket() local
228 MetricsUtils.stopAtomMatcher(predicateFalseName.hashCode()); in testMultipleEventsPerBucket()
233 builder.addAtomMatcher(stopAtomMatcher); in testMultipleEventsPerBucket()
DDurationMetricsTests.java70 AtomMatcher stopAtomMatcher = in testDurationMetric() local
77 builder.addAtomMatcher(stopAtomMatcher); in testDurationMetric()
129 AtomMatcher stopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithCondition() local
139 .addAtomMatcher(stopAtomMatcher) in testDurationMetricWithCondition()
247 AtomMatcher stopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithActivation() local
256 .addAtomMatcher(stopAtomMatcher) in testDurationMetricWithActivation()
342 AtomMatcher stopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithConditionAndActivation() local
355 .addAtomMatcher(stopAtomMatcher) in testDurationMetricWithConditionAndActivation()
527 MetricsUtils.stopAtomMatcher(APP_BREADCRUMB_REPORTED_A_MATCH_STOP_ID); in testDurationMetricWithDimension()
531 MetricsUtils.stopAtomMatcher(APP_BREADCRUMB_REPORTED_B_MATCH_STOP_ID); in testDurationMetricWithDimension()
DGaugeMetricsTests.java79 AtomMatcher stopAtomMatcher = in testGaugeMetric() local
80 MetricsUtils.stopAtomMatcher(APP_BREADCRUMB_REPORTED_A_MATCH_STOP_ID); in testGaugeMetric()
87 builder.addAtomMatcher(stopAtomMatcher); in testGaugeMetric()
DMetricsUtils.java77 public static AtomMatcher stopAtomMatcher(int id) { in stopAtomMatcher() method in MetricsUtils
DCountMetricsTests.java121 MetricsUtils.stopAtomMatcher(endMatcherId); in testEventCountWithCondition()