Home
last modified time | relevance | path

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

/art/test/005-annotations/src/
DMain.java1 import android.test.anno.TestAnnotations;
5 TestAnnotations.main(args); in main()
/art/test/005-annotations/src/android/test/anno/
DTestAnnotations.java27 public class TestAnnotations { class
120 TestAnnotations ta = new TestAnnotations(); in testArrays()
125 field = TestAnnotations.class.getDeclaredField("thing1"); in testArrays()
129 field = TestAnnotations.class.getDeclaredField("thing2"); in testArrays()
143 meth = TestAnnotations.class.getMethod("getFocusType"); in testArrayProblem()
216 printAnnotationArray(" ", TestAnnotations.class.getPackage().getAnnotations()); in main()
218 printAnnotationArray(" ", TestAnnotations.class.getPackage().getDeclaredAnnotations()); 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…