Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DReporter.kt189 val annotationName = annotation.qualifiedName() in isSuppressed() constant
190 if (annotationName != null && annotationName in SUPPRESS_ANNOTATIONS) { in isSuppressed()
DApiAnalyzer.kt800 val annotationName = (item.modifiers.annotations().firstOrNull { annotation -> in <lambda>() constant
805 "@$annotationName APIs must also be marked @hide: ${item.describe()}" in <lambda>()