Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotatedElementTestSupport.java287 String[] annotationStrings = new String[annotations.length]; in createAnnotationTestStrings() local
289 annotationStrings[i] = createAnnotationTestString(annotations[i]); in createAnnotationTestStrings()
291 return annotationStrings; in createAnnotationTestStrings()