Home
last modified time | relevance | path

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

/art/test/048-reflect-v8/src/
DAnnotationTest.java256 printMethodDeclaredAnnotationByType(Calendar.class, "singleUser", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
257 printMethodDeclaredAnnotationByType(Calendars.class, "singleUser", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
259 printMethodDeclaredAnnotationByType(Calendar.class, "user", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
260 printMethodDeclaredAnnotationByType(Calendars.class, "user", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
262 printMethodDeclaredAnnotationByType(Calendar.class, "user2", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
263 printMethodDeclaredAnnotationByType(Calendars.class, "user2", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
265 printMethodDeclaredAnnotationByType(Calendar.class, "userComplex", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
266 printMethodDeclaredAnnotationByType(Calendars.class, "userComplex", in testMethodDeclaredAnnotationsByType()
275 private static <A extends Annotation> void printMethodDeclaredAnnotationByType( in printMethodDeclaredAnnotationByType() method in AnnotationTest