Home
last modified time | relevance | path

Searched refs:notStrippable (Results 1 – 1 of 1) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/
DApiAnalyzer.kt954 val notStrippable = HashSet<ClassItem>(5000) in <lambda>() constant
964 cantStripThis(it, filter, notStrippable, stubImportPackages, it, "self") in <lambda>()
969 for (cl in notStrippable) { in <lambda>()
1096 notStrippable: MutableSet<ClassItem>, in <lambda>()
1119 if (!notStrippable.add(cl)) { in <lambda>()
1134 … cantStripThis(typeClass, filter, notStrippable, stubImportPackages, field, "as field type") in <lambda>()
1140 …cantStripThis(cls, filter, notStrippable, stubImportPackages, field, "as field type argument class… in <lambda>()
1146 cantStripThis(cls, filter, notStrippable, stubImportPackages, cl, "as type argument") in <lambda>()
1151 cantStripThis(cl.methods(), filter, notStrippable, stubImportPackages) in <lambda>()
1152 cantStripThis(cl.constructors(), filter, notStrippable, stubImportPackages) in <lambda>()
[all …]