Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A 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
H A DValueMetricsTests.java53 AtomMatcher startAtomMatcher = in testValueMetric() local
120 AtomMatcher startAtomMatcher = in testPullerAcrossBuckets() local
197 AtomMatcher startAtomMatcher = in testMultipleEventsPerBucket() local
H A DGaugeMetricsTests.java51 AtomMatcher startAtomMatcher = in testGaugeMetric() local
H A DMetricsUtils.java44 public static AtomMatcher startAtomMatcher(int id) { in startAtomMatcher() method in MetricsUtils