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