Searched refs:TestAnnotations (Results 1 – 3 of 3) sorted by relevance
1 import android.test.anno.TestAnnotations;5 TestAnnotations.main(args); in main()
27 public class TestAnnotations { class120 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()
1 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…