Searched defs:stubPackages (Results 1 – 2 of 2) sorted by relevance
37 String removedApiFile, HashSet<String> stubPackages) { in writeStubsAndApi()218 final HashSet<String> stubPackages, final HashSet<Pattern> stubPackageWildcards) { in shouldWriteStub()238 private static HashSet<Pattern> extractWildcards(HashSet<String> stubPackages) { in extractWildcards()
158 HashSet<String> stubPackages = null; in start() local