Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotatedElementParameterTest.java120 static Method getMethodWithoutAnnotations() throws Exception { in getMethodWithoutAnnotations() method in AnnotatedElementParameterTest.AnnotatedMethodClass
161 AnnotatedMethodClass.getMethodWithoutAnnotations(), in testMethodDeclaredAnnotation_repeated()
184 AnnotatedMethodClass.getMethodWithoutAnnotations(), in testMethodDeclaredAnnotation_repeated()
286 AnnotatedMethodClass.getMethodWithoutAnnotations(), in testMethodGetDeclaredAnnotationsByType_repeated()
303 AnnotatedMethodClass.getMethodWithoutAnnotations(), in testMethodGetDeclaredAnnotationsByType_repeated()
366 AnnotatedMethodClass.getMethodWithoutAnnotations(), in testMethodGetAnnotationsByType_repeated()
383 AnnotatedMethodClass.getMethodWithoutAnnotations(), in testMethodGetAnnotationsByType_repeated()
DExecutableParameterTest.java84 static Method getMethodWithoutAnnotations() throws Exception { in getMethodWithoutAnnotations() method in ExecutableParameterTest.AnnotatedMethodClass
124 AnnotatedMethodClass.getMethodWithoutAnnotations(), EXPECT_EMPTY); in testMethodGetParameterAnnotations_repeated()