Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotatedElementParameterTest.java212 static Constructor<?> getConstructorWithoutAnnotations() throws Exception { in getConstructorWithoutAnnotations() method in AnnotatedElementParameterTest.AnnotatedConstructorClass
238 AnnotatedConstructorClass.getConstructorWithoutAnnotations(), in testConstructorDeclaredAnnotation_repeated()
255 AnnotatedConstructorClass.getConstructorWithoutAnnotations(), in testConstructorDeclaredAnnotation_repeated()
322 AnnotatedConstructorClass.getConstructorWithoutAnnotations(), in testConstructorGetDeclaredAnnotationsByType_repeated()
339 AnnotatedConstructorClass.getConstructorWithoutAnnotations(), in testConstructorGetDeclaredAnnotationsByType_repeated()
402 AnnotatedConstructorClass.getConstructorWithoutAnnotations(), in testConstructorGetAnnotationsByType_repeated()
419 AnnotatedConstructorClass.getConstructorWithoutAnnotations(), in testConstructorGetAnnotationsByType_repeated()
DExecutableParameterTest.java185 static Constructor<?> getConstructorWithoutAnnotations() throws Exception { in getConstructorWithoutAnnotations() method in ExecutableParameterTest.AnnotatedConstructorClass
209 AnnotatedConstructorClass.getConstructorWithoutAnnotations(), in testConstructorGetParameterAnnotations_repeated()