Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotatedElementParameterTest.java134 static Method getMethodMultipleAnnotation() throws Exception { in getMethodMultipleAnnotation() method in AnnotatedElementParameterTest.AnnotatedMethodClass
170 AnnotatedMethodClass.getMethodMultipleAnnotation(), in testMethodDeclaredAnnotation_repeated()
193 AnnotatedMethodClass.getMethodMultipleAnnotation(), in testMethodDeclaredAnnotation_repeated()
295 AnnotatedMethodClass.getMethodMultipleAnnotation(), in testMethodGetDeclaredAnnotationsByType_repeated()
312 AnnotatedMethodClass.getMethodMultipleAnnotation(), in testMethodGetDeclaredAnnotationsByType_repeated()
375 AnnotatedMethodClass.getMethodMultipleAnnotation(), in testMethodGetAnnotationsByType_repeated()
392 AnnotatedMethodClass.getMethodMultipleAnnotation(), in testMethodGetAnnotationsByType_repeated()
DExecutableParameterTest.java98 static Method getMethodMultipleAnnotation() throws Exception { in getMethodMultipleAnnotation() method in ExecutableParameterTest.AnnotatedMethodClass
132 AnnotatedMethodClass.getMethodMultipleAnnotation(), in testMethodGetParameterAnnotations_repeated()