Searched refs:matchesAnnotationName (Results 1 – 2 of 2) sorted by relevance
20 fun matchesAnnotationName(qualifiedName: String): Boolean in <lambda>() method76 override fun matchesAnnotationName(qualifiedName: String): Boolean { in matchesAnnotationName() method in com.android.tools.metalava.MutableAnnotationFilter
337 if (options.showAnnotations.matchesAnnotationName(annotationName)) { in <lambda>()