Home
last modified time | relevance | path

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

/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DDurationMetricsTests.java53 AtomMatcher startAtomMatcher = in testDurationMetric() local
108 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithCondition() local
219 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithActivation() local
309 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithConditionAndActivation() local
DValueMetricsTests.java53 AtomMatcher startAtomMatcher = in testValueMetric() local
120 AtomMatcher startAtomMatcher = in testPullerAcrossBuckets() local
197 AtomMatcher startAtomMatcher = in testMultipleEventsPerBucket() local
DGaugeMetricsTests.java51 AtomMatcher startAtomMatcher = in testGaugeMetric() local
DMetricsUtils.java45 public static AtomMatcher startAtomMatcher(int id) { in startAtomMatcher() method in MetricsUtils