Home
last modified time | relevance | path

Searched refs:insertAnnotationValues (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/reflect/
DAnnotatedElements.java63 insertAnnotationValues(annotations[i], annotationClass, unfoldedAnnotations); in getDirectOrIndirectAnnotationsByType()
78 private static <T extends Annotation> void insertAnnotationValues(Annotation annotation, in insertAnnotationValues() method in AnnotatedElements