Searched defs:hasAnnotation (Results 1 – 4 of 4) sorted by relevance
85 inline fun <reified T : Annotation> Description?.hasAnnotation(): Boolean = in <lambda>() method in com.android.systemui.flags.SceneContainerRule
43 public static Predicate<TestMethod> hasAnnotation(Class<? extends Annotation> annotationClass) { in hasAnnotation() method in TestPredicates
95 boolean hasAnnotation(@NonNull Element element, @NonNull String annotationQualifiedName) { in hasAnnotation() method in AnnotationUtils
137 fun hasAnnotation(a: String) = annotations.any { it.startsWith(a) } in <lambda>() method