Searched refs:methodWithAnnotatedParameters (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
H A DExecutableParameterTest.java46 public void methodWithAnnotatedParameters(@AnnotationB @AnnotationD String parameter1, method in class:ExecutableParameterTest.MethodClass
59 Method methodWithAnnotatedParameters = MethodClass.class.getMethod(
60 "methodWithAnnotatedParameters", String.class, String.class);
62 methodWithAnnotatedParameters.getParameterAnnotations();
H A DAnnotatedElementParameterTest.java46 public void methodWithAnnotatedParameters(@AnnotationB @AnnotationD String parameter1, method in class:AnnotatedElementParameterTest.MethodClass
63 "methodWithAnnotatedParameters", String.class, String.class).getParameters();

Completed in 44 milliseconds