Home
last modified time | relevance | path

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

/cts/hostsidetests/statsd/src/android/cts/statsd/metric/
DMetricsUtils.java37 public static AtomMatcher.Builder getAtomMatcher(int atomId) { in getAtomMatcher() argument
40 .setAtomId(atomId)); in getAtomMatcher()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DAtomTestCase.java515 protected void addAtomEvent(StatsdConfig.Builder conf, int atomId, in addAtomEvent() argument
521 SimpleAtomMatcher.Builder sam = SimpleAtomMatcher.newBuilder().setAtomId(atomId); in addAtomEvent()
542 protected void addGaugeAtom(StatsdConfig.Builder conf, int atomId, in addGaugeAtom() argument
547 SimpleAtomMatcher.Builder sam = SimpleAtomMatcher.newBuilder().setAtomId(atomId); in addGaugeAtom()
596 protected void addGaugeAtomWithDimensions(StatsdConfig.Builder conf, int atomId, in addGaugeAtomWithDimensions() argument
606 addGaugeAtom(conf, atomId, gaugeMetric); in addGaugeAtomWithDimensions()