Searched refs:stubPackages (Results 1 – 2 of 2) sorted by relevance
49 String removedApiFile, String exactApiFile, HashSet<String> stubPackages, in writeStubsAndApi() argument192 final HashSet<Pattern> stubPackageWildcards = extractWildcards(stubPackages); in writeStubsAndApi()198 if (shouldWriteStub(cl.containingPackage().name(), stubPackages, stubPackageWildcards)) { in writeStubsAndApi()254 final HashSet<String> stubPackages, final HashSet<Pattern> stubPackageWildcards) { in shouldWriteStub() argument255 if (stubPackages == null) { in shouldWriteStub()259 if (stubPackages.contains(packageName)) { in shouldWriteStub()274 private static HashSet<Pattern> extractWildcards(HashSet<String> stubPackages) { in extractWildcards() argument276 if (stubPackages != null) { in extractWildcards()277 for (Iterator<String> i = stubPackages.iterator(); i.hasNext();) { in extractWildcards()
186 HashSet<String> stubPackages = null; in start() local283 stubPackages = new HashSet<String>(); in start()285 stubPackages.add(pkg); in start()536 stubPackages, in start()