Home
last modified time | relevance | path

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

/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DDurationMetricsTests.java68 MetricsUtils.startAtomMatcherWithLabel(APP_BREADCRUMB_REPORTED_A_MATCH_START_ID, in testDurationMetric()
127 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithCondition()
131 AtomMatcher conditionStartAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithCondition()
245 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithActivation()
340 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithConditionAndActivation()
344 AtomMatcher conditionStartAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithConditionAndActivation()
DGaugeMetricsTests.java247 AtomMatcher conditionStartAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testPulledGaugeMetricWithConditionAndActivation()
251 AtomMatcher activationMatcher = MetricsUtils.startAtomMatcherWithLabel( in testPulledGaugeMetricWithConditionAndActivation()
DValueMetricsTests.java367 AtomMatcher conditionStartAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testValueMetricWithConditionAndActivation()
372 MetricsUtils.startAtomMatcherWithLabel( in testValueMetricWithConditionAndActivation()
DMetricsUtils.java73 public static AtomMatcher startAtomMatcherWithLabel(int id, int label) { in startAtomMatcherWithLabel() method in MetricsUtils
DCountMetricsTests.java188 MetricsUtils.startAtomMatcherWithLabel(startMatcherId, startMatcherLabel); in testEventCountWithConditionAndActivation()