Searched refs:getDeclaredAnnotation (Results 1 - 5 of 5) sorted by relevance

/libcore/libart/src/main/java/java/lang/reflect/
H A DConstructor.java204 return AnnotationAccess.getDeclaredAnnotation(this, annotationType);
H A DMethod.java301 return AnnotationAccess.getDeclaredAnnotation(this, annotationType);
H A DField.java242 return AnnotationAccess.getDeclaredAnnotation(this, annotationType);
/libcore/libdvm/src/main/java/java/lang/
H A DClass.java290 A annotation = getDeclaredAnnotation(annotationType);
297 annotation = sup.getDeclaredAnnotation(annotationType);
524 native private <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationClass); method in class:Class
/libcore/luni/src/main/java/libcore/reflect/
H A DAnnotationAccess.java73 A annotation = getDeclaredAnnotation(c, annotationType);
80 annotation = getDeclaredAnnotation(sup, annotationType);
168 public static <A extends Annotation> A getDeclaredAnnotation( method in class:AnnotationAccess

Completed in 884 milliseconds