Home
last modified time | relevance | path

Searched defs:simpleAtomMatcher (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A DMetricsUtils.java87 public static AtomMatcher simpleAtomMatcher(int id) { in simpleAtomMatcher() method in MetricsUtils
122 public static AtomMatcher simpleAtomMatcher(int id, int label) { in simpleAtomMatcher() method in MetricsUtils
/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
H A Dmetrics_manager_util_test.cpp65 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildGoodConfig() local
115 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildCircleMatchers() local
164 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildMissingMatchers() local
196 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildMissingPredicate() local
208 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildDimensionMetricsWithMultiTags() local
248 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildCirclePredicates() local
698 SimpleAtomMatcher* simpleAtomMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
/aosp12/packages/modules/StatsD/statsd/tests/
H A DMetricsManager_test.cpp62 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildGoodConfig() local