Home
last modified time | relevance | path

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

/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
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
DValueMetricsTests.java55 AtomMatcher stopAtomMatcher = in testValueMetric() local
122 AtomMatcher stopAtomMatcher = in testPullerAcrossBuckets() local
199 AtomMatcher stopAtomMatcher = in testMultipleEventsPerBucket() local
DGaugeMetricsTests.java53 AtomMatcher stopAtomMatcher = in testGaugeMetric() local
DMetricsUtils.java61 public static AtomMatcher stopAtomMatcher(int id) { in stopAtomMatcher() method in MetricsUtils