Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/reflect/
DAnnotationAccess.java168 AnnotatedElement element, Class<A> annotationClass) { in getDeclaredAnnotation()
179 AnnotatedElement element, Class<? extends Annotation> annotationClass) { in isDeclaredAnnotationPresent()
184 AnnotatedElement element, Class<? extends Annotation> annotationClass) { in getAnnotation()
341 Class<?> annotationClass = method.getDeclaringClass(); in getDefaultValue() local
630 Class<? extends Annotation> annotationClass = in annotationSetToAnnotations() local
640 Class<A> annotationClass, com.android.dex.Annotation annotation) { in toAnnotationInstance()
646 Class<A> annotationClass, EncodedValueReader reader) { in toAnnotationInstance()
698 Class<? extends Annotation> annotationClass = (Class<? extends Annotation>) type; in decodeValue() local
/libcore/libart/src/main/java/java/lang/reflect/
DAbstractMethod.java77 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation()