Searched refs:writeAnnotations (Results 1 – 2 of 2) sorted by relevance
98 writeAnnotations(item) in <lambda>()234 private fun writeAnnotations(item: Item) { in <lambda>() method in com.android.tools.metalava.model.ModifierListWriter
98 val writeAnnotations = annotations.isNotEmpty() && generateAnnotations in writePackageInfo() constant101 if (writeAnnotations || writeDocumentation) { in writePackageInfo()