Home
last modified time | relevance | path

Searched defs:annotationSpec (Results 1 – 2 of 2) sorted by relevance

/cts/tests/signature/lib/common/src/android/signature/cts/
DReflectionHelper.java472 public static boolean hasMatchingAnnotation(AnnotatedElement elem, String annotationSpec) { in hasMatchingAnnotation()
496 String annotationSpec) { in getAnnotatedConstructors()
507 String annotationSpec) { in getAnnotatedConstructorsImpl()
529 public static Set<Method> getAnnotatedMethods(Class<?> clazz, String annotationSpec) { in getAnnotatedMethods()
539 private static Set<Method> getAnnotatedMethodsImpl(Class<?> clazz, String annotationSpec) { in getAnnotatedMethodsImpl()
555 public static Set<Field> getAnnotatedFields(Class<?> clazz, String annotationSpec) { in getAnnotatedFields()
565 private static Set<Field> getAnnotatedFieldsImpl(Class<?> clazz, String annotationSpec) { in getAnnotatedFieldsImpl()
578 private static boolean isInAnnotatedClass(Member m, String annotationSpec) { in isInAnnotatedClass()
588 public static boolean isAnnotatedOrInAnnotatedClass(Field field, String annotationSpec) { in isAnnotatedOrInAnnotatedClass()
597 String annotationSpec) { in isAnnotatedOrInAnnotatedClass()
[all …]
DAnnotationChecker.java32 private final String annotationSpec; field in AnnotationChecker
46 ResultObserver resultObserver, ClassProvider classProvider, String annotationSpec, in AnnotationChecker()
89 "Class annotated with " + annotationSpec in checkDeferred() local