Searched defs:includeGlobs (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java77 * @param includeGlobs Glob patterns of classes to keep, e.g. "com.foo.*"
83 String[] deriveFrom, String[] includeGlobs, Set<String> excludeClasses,
89 mIncludeGlobs = includeGlobs != null ? includeGlobs : new String[0];
82 AsmAnalyzer(Log log, List<String> osJarPath, AsmGenerator gen, String[] deriveFrom, String[] includeGlobs, Set<String> excludeClasses, String[] includeFileGlobs) argument

Completed in 33 milliseconds