HomeSort by relevance Sort by last modified time
    Searched refs:TestAnnotations (Results 1 - 2 of 2) sorted by null

  /art/test/005-annotations/src/
Main.java 1 import android.test.anno.TestAnnotations;
5 TestAnnotations.main(args);
  /art/test/005-annotations/src/android/test/anno/
TestAnnotations.java 26 public class TestAnnotations {
119 TestAnnotations ta = new TestAnnotations();
124 field = TestAnnotations.class.getDeclaredField("thing1");
128 field = TestAnnotations.class.getDeclaredField("thing2");
142 meth = TestAnnotations.class.getMethod("getFocusType",
181 System.out.println("TestAnnotations...");
216 printAnnotationArray(" ", TestAnnotations.class.getPackage().getAnnotations());
218 printAnnotationArray(" ", TestAnnotations.class.getPackage().getDeclaredAnnotations());

Completed in 206 milliseconds