Home
last modified time | relevance | path

Searched defs:stopAtomMatcher (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A DDurationMetricsTests.java55 AtomMatcher stopAtomMatcher = in testDurationMetric() local
110 AtomMatcher stopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithCondition() local
221 AtomMatcher stopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithActivation() local
311 AtomMatcher stopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithConditionAndActivation() local
H A DValueMetricsTests.java55 AtomMatcher stopAtomMatcher = in testValueMetric() local
122 AtomMatcher stopAtomMatcher = in testPullerAcrossBuckets() local
199 AtomMatcher stopAtomMatcher = in testMultipleEventsPerBucket() local
H A DGaugeMetricsTests.java53 AtomMatcher stopAtomMatcher = in testGaugeMetric() local
H A DMetricsUtils.java60 public static AtomMatcher stopAtomMatcher(int id) { in stopAtomMatcher() method in MetricsUtils