Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DExecutableParameterTest.java112 private static abstract class AnnotatedMethodAbstractClass { class in ExecutableParameterTest
116 return AnnotatedMethodAbstractClass.class.getDeclaredMethod( in getMethodAbstractSingleAnnotation()
141 AnnotatedMethodAbstractClass.getMethodAbstractSingleAnnotation(), in testMethodGetParameterAnnotations_repeated()
DAnnotatedElementParameterTest.java148 private static abstract class AnnotatedMethodAbstractClass { class in AnnotatedElementParameterTest
152 return AnnotatedMethodAbstractClass.class.getDeclaredMethod( in getMethodAbstractSingleAnnotation()
179 AnnotatedMethodAbstractClass.getMethodAbstractSingleAnnotation(), in testMethodDeclaredAnnotation_repeated()