Searched refs:toAnnotationInstance (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/java/libcore/reflect/ |
D | AnnotationAccess.java | 171 ? toAnnotationInstance(getDexClass(element), annotationClass, a) in getDeclaredAnnotation() 633 … result.add(toAnnotationInstance(context, dex, annotationClass, annotation.getReader())); in annotationSetToAnnotations() 639 private static <A extends Annotation> A toAnnotationInstance(Class<?> context, in toAnnotationInstance() method in AnnotationAccess 641 return toAnnotationInstance(context, context.getDex(), annotationClass, in toAnnotationInstance() 645 private static <A extends Annotation> A toAnnotationInstance(Class<?> context, Dex dex, in toAnnotationInstance() method in AnnotationAccess 699 return toAnnotationInstance(context, dex, annotationClass, reader); in decodeValue()
|