Home
last modified time | relevance | path

Searched refs:whatMatcherId (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DCountMetricsTests.java111 int whatMatcherId = 3; in testEventCountWithCondition() local
115 MetricsUtils.unspecifiedAtomMatcher(whatMatcherId); in testEventCountWithCondition()
136 .setWhat(whatMatcherId) in testEventCountWithCondition()
177 int whatMatcherId = 3; in testEventCountWithConditionAndActivation() local
185 MetricsUtils.appBreadcrumbMatcherWithLabel(whatMatcherId, whatMatcherLabel); in testEventCountWithConditionAndActivation()
210 .setWhat(whatMatcherId) in testEventCountWithConditionAndActivation()
371 int whatMatcherId = 3;
385 .setId(whatMatcherId)
446 .setWhat(whatMatcherId)
DGaugeMetricsTests.java243 final int whatMatcherId = 8; in testPulledGaugeMetricWithConditionAndActivation() local
253 AtomMatcher whatMatcher = MetricsUtils.unspecifiedAtomMatcher(whatMatcherId); in testPulledGaugeMetricWithConditionAndActivation()
283 .setDimensionsInWhat(FieldMatcher.newBuilder().setField(whatMatcherId))) in testPulledGaugeMetricWithConditionAndActivation()
DValueMetricsTests.java363 final int whatMatcherId = 8; in testValueMetricWithConditionAndActivation() local
375 MetricsUtils.unspecifiedAtomMatcher(whatMatcherId); in testValueMetricWithConditionAndActivation()
406 .setDimensionsInWhat(FieldMatcher.newBuilder().setField(whatMatcherId)) in testValueMetricWithConditionAndActivation()