Home
last modified time | relevance | path

Searched defs:hasAnnotation (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DAnnotationUtils.java95 boolean hasAnnotation(@NonNull Element element, @NonNull String annotationQualifiedName) { in hasAnnotation() method in AnnotationUtils
/aosp12/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestPredicates.java41 public static Predicate<TestMethod> hasAnnotation(Class<? extends Annotation> annotationClass) { in hasAnnotation() method in TestPredicates
/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/
H A DFieldInfo.kt137 fun hasAnnotation(a: String) = annotations.any { it.startsWith(a) } regex
/aosp12/art/test/715-clinit-implicit-parameter-annotations/src/
H A DMain.java132 String hasAnnotation = (annotation != null ? "Yes" : "No"); in DumpConstructorParameterAnnotations() local