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.java26 public class TestAnnotations { class
119 TestAnnotations ta = new TestAnnotations(); in testArrays()
124 field = TestAnnotations.class.getDeclaredField("thing1"); in testArrays()
128 field = TestAnnotations.class.getDeclaredField("thing2"); in testArrays()
142 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…