Home
last modified time | relevance | path

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

/aosp12/art/test/048-reflect-v8/src/
H A DAnnotationTest.java32 printAnnotationsByType(Calendar.class, SingleUser.class); in testAnnotationsByType()
33 printAnnotationsByType(Calendars.class, SingleUser.class); in testAnnotationsByType()
35 printAnnotationsByType(Calendar.class, User.class); in testAnnotationsByType()
36 printAnnotationsByType(Calendars.class, User.class); in testAnnotationsByType()
38 printAnnotationsByType(Calendar.class, User2.class); // Enforce ordering 'z,x,y' in testAnnotationsByType()
39 printAnnotationsByType(Calendars.class, User2.class); in testAnnotationsByType()
48 printAnnotationsByType(Calendars.class, UserComplex.class); in testAnnotationsByType()
50 printAnnotationsByType(Calendar.class, UserSub.class); in testAnnotationsByType()
51 printAnnotationsByType(Calendars.class, UserSub.class); in testAnnotationsByType()
53 printAnnotationsByType(Calendar.class, UserSub2.class); in testAnnotationsByType()
[all …]