Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotatedElementParameterTest.java225 static Constructor<?> getConstructorSingleAnnotation() throws Exception { in getConstructorSingleAnnotation() method in AnnotatedElementParameterTest.AnnotatedConstructorClass
250 AnnotatedConstructorClass.getConstructorSingleAnnotation(), in testConstructorDeclaredAnnotation_repeated()
267 AnnotatedConstructorClass.getConstructorSingleAnnotation(), in testConstructorDeclaredAnnotation_repeated()
334 AnnotatedConstructorClass.getConstructorSingleAnnotation(), in testConstructorGetDeclaredAnnotationsByType_repeated()
351 AnnotatedConstructorClass.getConstructorSingleAnnotation(), in testConstructorGetDeclaredAnnotationsByType_repeated()
414 AnnotatedConstructorClass.getConstructorSingleAnnotation(), in testConstructorGetAnnotationsByType_repeated()
431 AnnotatedConstructorClass.getConstructorSingleAnnotation(), in testConstructorGetAnnotationsByType_repeated()
DExecutableParameterTest.java202 static Constructor<?> getConstructorSingleAnnotation() throws Exception { in getConstructorSingleAnnotation() method in ExecutableParameterTest.AnnotatedConstructorClass
221 AnnotatedConstructorClass.getConstructorSingleAnnotation(), in testConstructorGetParameterAnnotations_repeated()