Home
last modified time | relevance | path

Searched refs:startAtomMatcherWithLabel (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A DDurationMetricsTests.java54 MetricsUtils.startAtomMatcherWithLabel(APP_BREADCRUMB_REPORTED_A_MATCH_START_ID, label); in testDurationMetric()
108 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithCondition()
112 AtomMatcher conditionStartAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithCondition()
219 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithActivation()
309 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithConditionAndActivation()
313 AtomMatcher conditionStartAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithConditionAndActivation()
H A DGaugeMetricsTests.java207 AtomMatcher conditionStartAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testPulledGaugeMetricWithConditionAndActivation()
212 MetricsUtils.startAtomMatcherWithLabel( in testPulledGaugeMetricWithConditionAndActivation()
H A DMetricsUtils.java56 public static AtomMatcher startAtomMatcherWithLabel(int id, int label) { in startAtomMatcherWithLabel() method in MetricsUtils
H A DValueMetricsTests.java337 AtomMatcher conditionStartAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testValueMetricWithConditionAndActivation()
342 MetricsUtils.startAtomMatcherWithLabel( in testValueMetricWithConditionAndActivation()
H A DCountMetricsTests.java145 MetricsUtils.startAtomMatcherWithLabel(startMatcherId, startMatcherLabel); in testEventCountWithConditionAndActivation()