Home
last modified time | relevance | path

Searched refs:SimplyNoted (Results 1 – 4 of 4) sorted by relevance

/art/test/005-annotations/src/android/test/anno/
DSimplyNoted.java7 public class SimplyNoted { class
18 SimplyNoted() { in SimplyNoted() method in SimplyNoted
24 SimplyNoted(@AnnoSimpleParameter int xyzzy) { in SimplyNoted() method in SimplyNoted
DSubNoted.java6 public class SubNoted extends SimplyNoted implements INoted {
DTestAnnotations.java172 Annotation anno = SimplyNoted.class.getAnnotation(AnnoSimpleTypeInvis.class); in testVisibilityCompatibility()
188 ", SimplyNoted " + SimplyNoted.class.isAnnotation()); in main()
190 printAnnotations(SimplyNoted.class); in main()
202 Annotation anno = SimplyNoted.class.getAnnotation(AnnoSimpleType.class); in main()
205 anno = SimplyNoted.class.getAnnotation(AnnoSimpleTypeInvis.class); in main()
/art/test/005-annotations/
Dexpected.txt10 AnnoSimpleField true, SimplyNoted false
11 annotations on TYPE class android.test.anno.SimplyNoted(2):
17 annotations on CTOR android.test.anno.SimplyNoted():
21 annotations on CTOR android.test.anno.SimplyNoted(int):
27 annotations on METH public int android.test.anno.SimplyNoted.foo():
31 annotations on FIELD public int android.test.anno.SimplyNoted.mFoo:
34 annotations on FIELD public static int android.test.anno.SimplyNoted.mOneFoo:
95 SimplyNoted.get(AnnoSimpleType) = @android.test.anno.AnnoSimpleType()
96 SimplyNoted.get(AnnoSimpleTypeInvis) = null