Searched refs:isDeclaredAnnotationPresent (Results 1 - 6 of 6) sorted by relevance

/libcore/libart/src/main/java/java/lang/reflect/
H A DConstructor.java197 return AnnotationAccess.isDeclaredAnnotationPresent(this, annotationType);
H A DMethod.java254 return AnnotationAccess.isDeclaredAnnotationPresent(this, annotationType);
H A DAbstractMethod.java175 return AnnotationAccess.isDeclaredAnnotationPresent(this, annotationType);
H A DField.java249 return AnnotationAccess.isDeclaredAnnotationPresent(this, annotationType);
/libcore/libdvm/src/main/java/java/lang/
H A DClass.java529 native private boolean isDeclaredAnnotationPresent(Class<? extends Annotation> annotationClass); method in class:Class
1093 if (isDeclaredAnnotationPresent(annotationType)) {
1097 if (annotationType.isDeclaredAnnotationPresent(Inherited.class)) {
1099 if (sup.isDeclaredAnnotationPresent(annotationType)) {
/libcore/luni/src/main/java/libcore/reflect/
H A DAnnotationAccess.java96 return isDeclaredAnnotationPresent(annotationType, Inherited.class);
138 if (isDeclaredAnnotationPresent(c, annotationType)) {
144 if (isDeclaredAnnotationPresent(sup, annotationType)) {
179 public static boolean isDeclaredAnnotationPresent( method in class:AnnotationAccess

Completed in 7486 milliseconds