Searched refs:stubPackages (Results 1 – 3 of 3) sorted by relevance
44 String removedApiFile, HashSet<String> stubPackages) { in writeStubsAndApi() argument173 final HashSet<Pattern> stubPackageWildcards = extractWildcards(stubPackages); in writeStubsAndApi()176 if (shouldWriteStub(cl.containingPackage().name(), stubPackages, stubPackageWildcards)) { in writeStubsAndApi()225 final HashSet<String> stubPackages, final HashSet<Pattern> stubPackageWildcards) { in shouldWriteStub() argument226 if (stubPackages == null) { in shouldWriteStub()230 if (stubPackages.contains(packageName)) { in shouldWriteStub()245 private static HashSet<Pattern> extractWildcards(HashSet<String> stubPackages) { in extractWildcards() argument247 if (stubPackages != null) { in extractWildcards()248 for (Iterator<String> i = stubPackages.iterator(); i.hasNext();) { in extractWildcards()
170 HashSet<String> stubPackages = null; in start() local256 stubPackages = new HashSet<String>(); in start()258 stubPackages.add(pkg); in start()438 Stubs.writeStubsAndApi(stubsDir, apiFile, proguardFile, removedApiFile, stubPackages); in start()
META-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...