Home
last modified time | relevance | path

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

/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DDurationMetricsTests.java71 MetricsUtils.stopAtomMatcherWithLabel(APP_BREADCRUMB_REPORTED_A_MATCH_STOP_ID, in testDurationMetric()
129 AtomMatcher stopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithCondition()
133 AtomMatcher conditionStopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithCondition()
247 AtomMatcher stopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithActivation()
342 AtomMatcher stopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithConditionAndActivation()
346 AtomMatcher conditionStopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testDurationMetricWithConditionAndActivation()
DMetricsUtils.java88 public static AtomMatcher stopAtomMatcherWithLabel(int id, int label) { in stopAtomMatcherWithLabel() method in MetricsUtils
DGaugeMetricsTests.java249 AtomMatcher conditionStopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testPulledGaugeMetricWithConditionAndActivation()
DValueMetricsTests.java369 AtomMatcher conditionStopAtomMatcher = MetricsUtils.stopAtomMatcherWithLabel( in testValueMetricWithConditionAndActivation()
DCountMetricsTests.java191 MetricsUtils.stopAtomMatcherWithLabel(endMatcherId, endMatcherLabel); in testEventCountWithConditionAndActivation()