Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationFilter.kt18 fun getIncludedAnnotationNames(): List<String> in <lambda>() method
65 override fun getIncludedAnnotationNames(): List<String> { in getIncludedAnnotationNames() method in com.android.tools.metalava.MutableAnnotationFilter
78 ?: getIncludedAnnotationNames().also { includedNames = it } in matchesAnnotationName()
DOptions.kt1614 … showAnnotations.getIncludedAnnotationNames().forEach { sb.append(annotationToPrefix(it)) } in <lambda>()