Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotatedElementParameterTest.java229 static Constructor<?> getConstructorMultipleAnnotation() throws Exception { in getConstructorMultipleAnnotation() method in AnnotatedElementParameterTest.AnnotatedConstructorClass
247 AnnotatedConstructorClass.getConstructorMultipleAnnotation(), in testConstructorDeclaredAnnotation_repeated()
264 AnnotatedConstructorClass.getConstructorMultipleAnnotation(), in testConstructorDeclaredAnnotation_repeated()
331 AnnotatedConstructorClass.getConstructorMultipleAnnotation(), in testConstructorGetDeclaredAnnotationsByType_repeated()
348 AnnotatedConstructorClass.getConstructorMultipleAnnotation(), in testConstructorGetDeclaredAnnotationsByType_repeated()
411 AnnotatedConstructorClass.getConstructorMultipleAnnotation(), in testConstructorGetAnnotationsByType_repeated()
428 AnnotatedConstructorClass.getConstructorMultipleAnnotation(), in testConstructorGetAnnotationsByType_repeated()
DExecutableParameterTest.java198 static Constructor<?> getConstructorMultipleAnnotation() throws Exception { in getConstructorMultipleAnnotation() method in ExecutableParameterTest.AnnotatedConstructorClass
218 AnnotatedConstructorClass.getConstructorMultipleAnnotation(), in testConstructorGetParameterAnnotations_repeated()