Home
last modified time | relevance | path

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

/aosp12/art/test/048-reflect-v8/src/
H A DAnnotationTest.java176 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 DAnnotationTestFixture.java17 public class AnnotationTestFixture { class