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.java67 AtomMatcher startAtomMatcher = in testDurationMetric() local
127 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithCondition() local
245 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithActivation() local
340 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithConditionAndActivation() local
DValueMetricsTests.java72 AtomMatcher startAtomMatcher = in testValueMetric() local
144 AtomMatcher startAtomMatcher = in testPullerAcrossBuckets() local
225 AtomMatcher startAtomMatcher = in testMultipleEventsPerBucket() local
DGaugeMetricsTests.java77 AtomMatcher startAtomMatcher = in testGaugeMetric() local
DMetricsUtils.java62 public static AtomMatcher startAtomMatcher(int id) { in startAtomMatcher() method in MetricsUtils