Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DClassTest.java29 …bcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.checkAnnotatedElementDirectMethods;
50 checkAnnotatedElementDirectMethods(Type.class, AnnotationA.class, AnnotationB.class); in testClassDirectAnnotations()
55 checkAnnotatedElementDirectMethods(ExtendsType.class); in testClassInheritedAnnotations()
DAnnotatedElementTestSupport.java144 static void checkAnnotatedElementDirectMethods( in checkAnnotatedElementDirectMethods() method in AnnotatedElementTestSupport