Lines Matching refs:Annotation
2610 public abstract class SuppressLint implements java.lang.annotation.Annotation {
2613 public abstract class TargetApi implements java.lang.annotation.Annotation {
23659 public abstract class FlakyTest implements java.lang.annotation.Annotation {
23852 public abstract class UiThreadTest implements java.lang.annotation.Annotation {
24158 public abstract class LargeTest implements java.lang.annotation.Annotation {
24161 public abstract class MediumTest implements java.lang.annotation.Annotation {
24164 public abstract class SmallTest implements java.lang.annotation.Annotation {
24167 public abstract class Smoke implements java.lang.annotation.Annotation {
24170 public abstract class Suppress implements java.lang.annotation.Annotation {
24200 public class Annotation implements android.text.ParcelableSpan {
24201 ctor public Annotation(java.lang.String, java.lang.String);
24202 ctor public Annotation(android.os.Parcel);
28185 …c static abstract class ViewDebug.CapturedViewProperty implements java.lang.annotation.Annotation {
28188 …ublic static abstract class ViewDebug.ExportedProperty implements java.lang.annotation.Annotation {
28191 public static abstract class ViewDebug.FlagToString implements java.lang.annotation.Annotation {
28207 public static abstract class ViewDebug.IntToString implements java.lang.annotation.Annotation {
29934 public abstract class JavascriptInterface implements java.lang.annotation.Annotation {
31947 public static abstract class RemoteViews.RemoteView implements java.lang.annotation.Annotation {
32802 public abstract deprecated class TestTarget implements java.lang.annotation.Annotation {
32805 public abstract deprecated class TestTargetClass implements java.lang.annotation.Annotation {
34684 method public java.lang.annotation.Annotation[] getAnnotations();
34691 method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
34722 …hod public boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
34812 public abstract class Deprecated implements java.lang.annotation.Annotation {
35208 public abstract class Override implements java.lang.annotation.Annotation {
35213 method public java.lang.annotation.Annotation[] getAnnotations();
35214 method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
35224 …hod public boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
35308 public abstract class SafeVarargs implements java.lang.annotation.Annotation {
35621 public abstract class SuppressWarnings implements java.lang.annotation.Annotation {
35832 public abstract interface Annotation {
35833 …method public abstract java.lang.Class<? extends java.lang.annotation.Annotation> annotationType();
35851 public abstract class Documented implements java.lang.annotation.Annotation {
35868 …leteAnnotationException(java.lang.Class<? extends java.lang.annotation.Annotation>, java.lang.Stri…
35869 method public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType();
35873 public abstract class Inherited implements java.lang.annotation.Annotation {
35876 public abstract class Retention implements java.lang.annotation.Annotation {
35887 public abstract class Target implements java.lang.annotation.Annotation {
35929 method public java.lang.annotation.Annotation[] getAnnotations();
35930 method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
35932 …hod public boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
35939 method public abstract java.lang.annotation.Annotation[] getAnnotations();
35940 method public abstract java.lang.annotation.Annotation[] getDeclaredAnnotations();
35941 …c abstract boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
35976 method public java.lang.annotation.Annotation[][] getParameterAnnotations();
36061 method public java.lang.annotation.Annotation[][] getParameterAnnotations();
40616 public class Annotation {
40617 ctor public Annotation(java.lang.Object);