Searched refs:AnnotationTestFixture (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/test/048-reflect-v8/src/ |
H A D | AnnotationTest.java | 176 printMethodAnnotationsByType(Calendar.class, "singleUser", AnnotationTestFixture.class); in testMethodAnnotationsByType() 177 printMethodAnnotationsByType(Calendars.class, "singleUser", AnnotationTestFixture.class); in testMethodAnnotationsByType() 179 printMethodAnnotationsByType(Calendar.class, "user", AnnotationTestFixture.class); in testMethodAnnotationsByType() 180 printMethodAnnotationsByType(Calendars.class, "user", AnnotationTestFixture.class); in testMethodAnnotationsByType() 182 printMethodAnnotationsByType(Calendar.class, "user2", AnnotationTestFixture.class); in testMethodAnnotationsByType() 183 printMethodAnnotationsByType(Calendars.class, "user2", AnnotationTestFixture.class); in testMethodAnnotationsByType() 219 printMethodDeclaredAnnotation(Calendar.class, "user", AnnotationTestFixture.class); in testMethodDeclaredAnnotations() 220 printMethodDeclaredAnnotation(Calendars.class, "user", AnnotationTestFixture.class); in testMethodDeclaredAnnotations() 222 printMethodDeclaredAnnotation(Calendar.class, "user2", AnnotationTestFixture.class); in testMethodDeclaredAnnotations() 223 printMethodDeclaredAnnotation(Calendars.class, "user2", AnnotationTestFixture.class); in testMethodDeclaredAnnotations() [all …]
|
H A D | AnnotationTestFixture.java | 17 public class AnnotationTestFixture { class
|