Home
last modified time | relevance | path

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

/frameworks/base/tools/hoststubgen/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/
DHostTestSuite.java41 final var filterRegex = System.getenv(CLASS_NAME_REGEX_ENV); in suite() local
42 if (filterRegex == null) { in suite()
45 classNamePattern = Pattern.compile(filterRegex); in suite()