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.java75 .addAtomMatcher(getSimpleAtomMatcher(atomUniqueId, atomId)); in addEventConfig()
106 statsConfigBuilder.addAtomMatcher(getSimpleAtomMatcher(appBreadCrumbUniqueId, in addGaugeConfig()
122 statsConfigBuilder.addAtomMatcher(getSimpleAtomMatcher(atomUniqueId, atomId)) in addGaugeConfig()
151 private AtomMatcher.Builder getSimpleAtomMatcher(int id, int fieldId) { in getSimpleAtomMatcher() method in StatsdHelper