Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A DDurationMetricsTests.java56 MetricsUtils.stopAtomMatcherWithLabel(APP_BREADCRUMB_REPORTED_A_MATCH_STOP_ID, label); in testDurationMetric()
110 AtomMatcher stopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithCondition()
114 AtomMatcher conditionStopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithCondition()
221 AtomMatcher stopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithActivation()
311 AtomMatcher stopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithConditionAndActivation()
315 AtomMatcher conditionStopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithConditionAndActivation()
H A DMetricsUtils.java72 public static AtomMatcher stopAtomMatcherWithLabel(int id, int label) { in stopAtomMatcherWithLabel() method in MetricsUtils
H A DGaugeMetricsTests.java209 AtomMatcher conditionStopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testPulledGaugeMetricWithConditionAndActivation()
H A DCountMetricsTests.java148 MetricsUtils.stopAtomMatcherWithLabel(endMatcherId, endMatcherLabel); in testEventCountWithConditionAndActivation()
H A DValueMetricsTests.java339 AtomMatcher conditionStopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testValueMetricWithConditionAndActivation()