Searched refs:getIncludedAnnotationNames (Results 1 – 2 of 2) sorted by relevance
18 fun getIncludedAnnotationNames(): List<String> in <lambda>() method65 override fun getIncludedAnnotationNames(): List<String> { in getIncludedAnnotationNames() method in com.android.tools.metalava.MutableAnnotationFilter78 ?: getIncludedAnnotationNames().also { includedNames = it } in matchesAnnotationName()
1614 … showAnnotations.getIncludedAnnotationNames().forEach { sb.append(annotationToPrefix(it)) } in <lambda>()