Searched refs:atomMatchers (Results 1 – 1 of 1) sorted by relevance
61 List<StatsdConfigProto.AtomMatcher> atomMatchers = new ArrayList<>(atomIdList.size()); in addEventConfig() local68 atomMatchers.add(getSimpleAtomMatcher(atomUniqueId, atomId)); in addEventConfig()71 config.atomMatcher = atomMatchers.toArray(new StatsdConfigProto.AtomMatcher[0]); in addEventConfig()