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.java51 ArrayList<T> unfoldedAnnotations = new ArrayList<T>(); in getDirectOrIndirectAnnotationsByType() local
79 Class<T> annotationClass, ArrayList<T> unfoldedAnnotations) { in insertAnnotationValues()