Searched refs:TestAnnotations (Results 1 - 2 of 2) sorted by relevance

/dalvik/tests/004-annotations/src/
H A DMain.java1 import android.test.anno.TestAnnotations;
5 TestAnnotations.main(args);
/dalvik/tests/004-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",
141 System.out.println("TestAnnotations...");

Completed in 53 milliseconds