Searched defs:stubImportPackages (Results 1 – 2 of 2) sorted by relevance
52 HashSet<String> stubPackages, HashSet<String> stubImportPackages, boolean stubSourceOnly, in writeStubsAndApi()410 private static ClassInfo findHiddenClasses(TypeInfo ti, HashSet<String> stubImportPackages) { in findHiddenClasses()431 HashSet<String> stubImportPackages) { in cantStripThis()458 stubImportPackages); in cantStripThis() local464 stubImportPackages); in cantStripThis() local477 stubImportPackages); in cantStripThis() local485 cantStripThis(cl.allSelfMethods(), notStrippable, stubImportPackages); in cantStripThis() local486 cantStripThis(cl.allConstructors(), notStrippable, stubImportPackages); in cantStripThis() local490 stubImportPackages); in cantStripThis() local519 HashSet<String> stubImportPackages) { in cantStripThis()[all …]
196 HashSet<String> stubImportPackages = null; in start() local