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

/libcore/ojluni/src/main/java/java/lang/
H A DClass.java2493 if (annotationClass.isDeclaredAnnotationPresent(Inherited.class)) {
2516 if (isDeclaredAnnotationPresent(annotationClass)) {
2520 if (annotationClass.isDeclaredAnnotationPresent(Inherited.class)) {
2522 if (sup.isDeclaredAnnotationPresent(annotationClass)) {
2551 if (annotationClass.isDeclaredAnnotationPresent(Inherited.class)) {
2586 if (!map.containsKey(clazz) && clazz.isDeclaredAnnotationPresent(Inherited.class)) {
2616 private native boolean isDeclaredAnnotationPresent(Class<? extends Annotation> annotationClass); method in class:Class

Completed in 204 milliseconds