Searched defs:TestAnnotations (Results 1 - 1 of 1) sorted by path

/art/test/005-annotations/src/android/test/anno/
H A DTestAnnotations.java9 public class TestAnnotations { class
102 TestAnnotations ta = new TestAnnotations();
107 field = TestAnnotations.class.getDeclaredField("thing1");
111 field = TestAnnotations.class.getDeclaredField("thing2");
125 meth = TestAnnotations.class.getMethod("getFocusType",
148 System.out.println("TestAnnotations...");
182 printAnnotationArray(" ", TestAnnotations.class.getPackage().getAnnotations());
184 printAnnotationArray(" ", TestAnnotations.class.getPackage().getDeclaredAnnotations());

Completed in 178 milliseconds