Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A DCountMetricsTests.java75 int whatMatcherId = 3; in testEventCountWithCondition() local
79 MetricsUtils.unspecifiedAtomMatcher(whatMatcherId); in testEventCountWithCondition()
99 .setWhat(whatMatcherId) in testEventCountWithCondition()
134 int whatMatcherId = 3; in testEventCountWithConditionAndActivation() local
142 MetricsUtils.appBreadcrumbMatcherWithLabel(whatMatcherId, whatMatcherLabel); in testEventCountWithConditionAndActivation()
166 .setWhat(whatMatcherId) in testEventCountWithConditionAndActivation()
311 int whatMatcherId = 3;
325 .setId(whatMatcherId)
385 .setWhat(whatMatcherId)
H A DGaugeMetricsTests.java203 final int whatMatcherId = 8; in testPulledGaugeMetricWithConditionAndActivation() local
215 MetricsUtils.unspecifiedAtomMatcher(whatMatcherId); in testPulledGaugeMetricWithConditionAndActivation()
247 .setDimensionsInWhat(FieldMatcher.newBuilder().setField(whatMatcherId)) in testPulledGaugeMetricWithConditionAndActivation()
H A DValueMetricsTests.java333 final int whatMatcherId = 8; in testValueMetricWithConditionAndActivation() local
345 MetricsUtils.unspecifiedAtomMatcher(whatMatcherId); in testValueMetricWithConditionAndActivation()
376 .setDimensionsInWhat(FieldMatcher.newBuilder().setField(whatMatcherId)) in testValueMetricWithConditionAndActivation()