Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotatedElementParameterTest.java138 static Method getMethodSingleAnnotation() throws Exception { in getMethodSingleAnnotation() method in AnnotatedElementParameterTest.AnnotatedMethodClass
173 AnnotatedMethodClass.getMethodSingleAnnotation(), in testMethodDeclaredAnnotation_repeated()
196 AnnotatedMethodClass.getMethodSingleAnnotation(), in testMethodDeclaredAnnotation_repeated()
298 AnnotatedMethodClass.getMethodSingleAnnotation(), in testMethodGetDeclaredAnnotationsByType_repeated()
315 AnnotatedMethodClass.getMethodSingleAnnotation(), in testMethodGetDeclaredAnnotationsByType_repeated()
378 AnnotatedMethodClass.getMethodSingleAnnotation(), in testMethodGetAnnotationsByType_repeated()
395 AnnotatedMethodClass.getMethodSingleAnnotation(), in testMethodGetAnnotationsByType_repeated()
DExecutableParameterTest.java102 static Method getMethodSingleAnnotation() throws Exception { in getMethodSingleAnnotation() method in ExecutableParameterTest.AnnotatedMethodClass
135 AnnotatedMethodClass.getMethodSingleAnnotation(), in testMethodGetParameterAnnotations_repeated()