Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationFilter.kt66 val annotationNames = mutableListOf<String>() in getIncludedAnnotationNames() constant
68 annotationNames.add(expression.qualifiedName) in getIncludedAnnotationNames()
70 return annotationNames in getIncludedAnnotationNames()