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.kt931 val notStrippable = HashSet<ClassItem>(5000) in <lambda>() constant
941 cantStripThis(it, filter, notStrippable, stubImportPackages, it, "self") in <lambda>()
946 for (cl in notStrippable) { in <lambda>()
1059 notStrippable: MutableSet<ClassItem>, in <lambda>()
1082 if (!notStrippable.add(cl)) { in <lambda>()
1097 … cantStripThis(typeClass, filter, notStrippable, stubImportPackages, field, "as field type") in <lambda>()
1103 …cantStripThis(cls, filter, notStrippable, stubImportPackages, field, "as field type argument class… in <lambda>()
1109 cantStripThis(cls, filter, notStrippable, stubImportPackages, cl, "as type argument") in <lambda>()
1114 cantStripThis(cl.methods(), filter, notStrippable, stubImportPackages) in <lambda>()
1115 cantStripThis(cl.constructors(), filter, notStrippable, stubImportPackages) in <lambda>()
[all …]