Home
last modified time | relevance | path

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

/frameworks/base/tools/hoststubgen/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/
DHostTestSuite.java40 final Pattern classNamePattern; in suite() local
43 classNamePattern = Pattern.compile(""); in suite()
45 classNamePattern = Pattern.compile(filterRegex); in suite()
54 if (classNamePattern.matcher(clazz.getSimpleName()).find()) { in suite()