Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/reflect/
DAnnotatedElements.java81 ArrayList<T> unfoldedAnnotations = new ArrayList<T>(); in getDeclaredAnnotationsByType() local
109 Class<T> annotationClass, ArrayList<T> unfoldedAnnotations) { in insertAnnotationValues()