Searched refs:atomId (Results 1 – 2 of 2) sorted by relevance
37 public static AtomMatcher.Builder getAtomMatcher(int atomId) { in getAtomMatcher() argument40 .setAtomId(atomId)); in getAtomMatcher()
515 protected void addAtomEvent(StatsdConfig.Builder conf, int atomId, in addAtomEvent() argument521 SimpleAtomMatcher.Builder sam = SimpleAtomMatcher.newBuilder().setAtomId(atomId); in addAtomEvent()542 protected void addGaugeAtom(StatsdConfig.Builder conf, int atomId, in addGaugeAtom() argument547 SimpleAtomMatcher.Builder sam = SimpleAtomMatcher.newBuilder().setAtomId(atomId); in addGaugeAtom()596 protected void addGaugeAtomWithDimensions(StatsdConfig.Builder conf, int atomId, in addGaugeAtomWithDimensions() argument606 addGaugeAtom(conf, atomId, gaugeMetric); in addGaugeAtomWithDimensions()