Searched refs:matchesAnnotationName (Results 1 – 4 of 4) sorted by relevance
37 fun matchesAnnotationName(qualifiedName: String): Boolean in <lambda>() method143 override fun matchesAnnotationName(qualifiedName: String): Boolean { in getIncludedAnnotationNames() method in com.android.tools.metalava.ImmutableAnnotationFilter
369 if (config.revertAnnotations.matchesAnnotationName(ANDROID_FLAGGED_API)) { in <lambda>()503 config.allShowAnnotations.matchesAnnotationName(annotationName) in <lambda>()
259 filter.matchesAnnotationName("test.pkg.Annotation") in Test matches annotation name()269 filter.matchesAnnotationName("other.OtherAnnotation") in Test does not match annotation name()
803 if (options.allShowAnnotations.matchesAnnotationName(ANDROID_SYSTEM_API)) { in handleAdded()805 } else if (options.allShowAnnotations.matchesAnnotationName(ANDROID_TEST_API)) { in handleAdded()