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