Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdHelper.java63 int atomUniqueId = getUniqueId(); in addEventConfig() local
66 metric.what = atomUniqueId; in addEventConfig()
68 atomMatchers.add(getSimpleAtomMatcher(atomUniqueId, atomId)); in addEventConfig()
109 int atomUniqueId = getUniqueId(); in addGaugeConfig() local
113 gaugeMetric.what = atomUniqueId; in addGaugeConfig()
121 matchers.add(getSimpleAtomMatcher(atomUniqueId, atomId)); in addGaugeConfig()