Searched refs:startAtomMatcher (Results 1 – 5 of 5) sorted by relevance
53 AtomMatcher startAtomMatcher = in testDurationMetric() local59 builder.addAtomMatcher(startAtomMatcher); in testDurationMetric()108 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithCondition() local118 .addAtomMatcher(startAtomMatcher) in testDurationMetricWithCondition()219 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithActivation() local228 .addAtomMatcher(startAtomMatcher) in testDurationMetricWithActivation()309 AtomMatcher startAtomMatcher = MetricsUtils.startAtomMatcherWithLabel( in testDurationMetricWithConditionAndActivation() local322 .addAtomMatcher(startAtomMatcher) in testDurationMetricWithConditionAndActivation()477 MetricsUtils.startAtomMatcher(APP_BREADCRUMB_REPORTED_A_MATCH_START_ID); in testDurationMetricWithDimension()481 MetricsUtils.startAtomMatcher(APP_BREADCRUMB_REPORTED_B_MATCH_START_ID); in testDurationMetricWithDimension()
53 AtomMatcher startAtomMatcher = in testValueMetric() local54 MetricsUtils.startAtomMatcher(APP_BREADCRUMB_REPORTED_A_MATCH_START_ID); in testValueMetric()61 builder.addAtomMatcher(startAtomMatcher); in testValueMetric()120 AtomMatcher startAtomMatcher = in testPullerAcrossBuckets() local121 MetricsUtils.startAtomMatcher(predicateTrueName.hashCode()); in testPullerAcrossBuckets()126 builder.addAtomMatcher(startAtomMatcher); in testPullerAcrossBuckets()197 AtomMatcher startAtomMatcher = in testMultipleEventsPerBucket() local198 MetricsUtils.startAtomMatcher(predicateTrueName.hashCode()); in testMultipleEventsPerBucket()203 builder.addAtomMatcher(startAtomMatcher); in testMultipleEventsPerBucket()
51 AtomMatcher startAtomMatcher = in testGaugeMetric() local52 MetricsUtils.startAtomMatcher(APP_BREADCRUMB_REPORTED_A_MATCH_START_ID); in testGaugeMetric()59 builder.addAtomMatcher(startAtomMatcher); in testGaugeMetric()
44 public static AtomMatcher startAtomMatcher(int id) { in startAtomMatcher() method in MetricsUtils
82 MetricsUtils.startAtomMatcher(startMatcherId); in testEventCountWithCondition()