Home
last modified time | relevance | path

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

/aosp14/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
/aosp14/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
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/
H A DFieldInfo.kt137 fun hasAnnotation(a: String) = annotations.any { it.startsWith(a) } regex