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.java68 atomMatchers.add(getSimpleAtomMatcher(atomUniqueId, atomId)); in addEventConfig()
105 getSimpleAtomMatcher( in addGaugeConfig()
121 matchers.add(getSimpleAtomMatcher(atomUniqueId, atomId)); in addGaugeConfig()
144 private StatsdConfigProto.AtomMatcher getSimpleAtomMatcher(int id, int fieldId) { in getSimpleAtomMatcher() method in StatsdHelper