Home
last modified time | relevance | path

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

/art/test/005-annotations/src/android/test/anno/
DTestAnnotations.java9 public class TestAnnotations { class
102 TestAnnotations ta = new TestAnnotations(); in testArrays()
107 field = TestAnnotations.class.getDeclaredField("thing1"); in testArrays()
111 field = TestAnnotations.class.getDeclaredField("thing2"); in testArrays()
125 meth = TestAnnotations.class.getMethod("getFocusType", in testArrayProblem()
180 printAnnotationArray(" ", TestAnnotations.class.getPackage().getAnnotations()); in main()
182 printAnnotationArray(" ", TestAnnotations.class.getPackage().getDeclaredAnnotations()); in main()
/art/test/005-annotations/src/
DMain.java1 import android.test.anno.TestAnnotations;
5 TestAnnotations.main(args); in main()
/art/test/005-annotations/
Dexpected.txt1 TestAnnotations...
2 java.lang.String android.test.anno.TestAnnotations.thing1: @android.test.anno.AnnoArrayField(bb=[],…
3 java.lang.String android.test.anno.TestAnnotations.thing2: @android.test.anno.AnnoArrayField(bb=[-1…