Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdHelper.java71 atomMatchers.add(getSimpleAtomMatcher(atomUniqueId, atomId)); in addEventConfig()
112 getSimpleAtomMatcher( in addGaugeConfig()
128 matchers.add(getSimpleAtomMatcher(atomUniqueId, atomId)); in addGaugeConfig()
155 private StatsdConfigProto.AtomMatcher getSimpleAtomMatcher(int id, int fieldId) { in getSimpleAtomMatcher() method in StatsdHelper