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