Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/
DTestDrive.java289 List<AtomMatcher> simpleAtomMatchers = new ArrayList<>(); in createConfig() local
292 simpleAtomMatchers.add(atomMatcher); in createConfig()
298 AtomMatcher unionAtomMatcher = createUnionMatcher(simpleAtomMatchers, in createConfig()
307 for (AtomMatcher atomMatcher : simpleAtomMatchers) { in createConfig()
328 private AtomMatcher createUnionMatcher(List<AtomMatcher> simpleAtomMatchers, in createUnionMatcher() argument
333 for (AtomMatcher matcher : simpleAtomMatchers) { in createUnionMatcher()