HomeSort by relevance Sort by last modified time
    Searched refs:isDeclaredAnnotationPresent (Results 1 - 5 of 5) sorted by null

  /libcore/libart/src/main/java/java/lang/reflect/
Constructor.java 197 return AnnotationAccess.isDeclaredAnnotationPresent(this, annotationType);
AbstractMethod.java 183 return AnnotationAccess.isDeclaredAnnotationPresent(this, annotationType);
Method.java 254 return AnnotationAccess.isDeclaredAnnotationPresent(this, annotationType);
Field.java 249 return AnnotationAccess.isDeclaredAnnotationPresent(this, annotationType);
    [all...]
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java 95 return isDeclaredAnnotationPresent(annotationType, Inherited.class);
137 if (isDeclaredAnnotationPresent(c, annotationType)) {
143 if (isDeclaredAnnotationPresent(sup, annotationType)) {
178 public static boolean isDeclaredAnnotationPresent(

Completed in 226 milliseconds