Searched refs:annotationName (Results 1 – 2 of 2) sorted by relevance
189 val annotationName = annotation.qualifiedName() in isSuppressed() constant190 if (annotationName != null && annotationName in SUPPRESS_ANNOTATIONS) { in isSuppressed()
800 val annotationName = (item.modifiers.annotations().firstOrNull { annotation -> in <lambda>() constant805 "@$annotationName APIs must also be marked @hide: ${item.describe()}" in <lambda>()