Searched refs:annotation (Results 1 – 25 of 5777) sorted by relevance
12345678910>>...232
20 import android.annotation.AppIdInt;21 import android.annotation.ColorInt;22 import android.annotation.FloatRange;23 import android.annotation.IntRange;24 import android.annotation.NonNull;25 import android.annotation.Size;26 import android.annotation.UserIdInt;33 import java.lang.annotation.Annotation;50 public static void validate(Class<UserIdInt> annotation, UserIdInt ignored, int value) { in validate() argument53 invalid(annotation, value); in validate()[all …]
18 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;19 import static java.lang.annotation.ElementType.CONSTRUCTOR;20 import static java.lang.annotation.ElementType.FIELD;21 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;22 import static java.lang.annotation.ElementType.METHOD;23 import static java.lang.annotation.ElementType.PARAMETER;24 import static java.lang.annotation.ElementType.TYPE;26 import android.annotation.IntDef;27 import android.annotation.Nullable;28 import android.annotation.StringDef;[all …]
7 "include-annotation": "android.platform.test.annotations.Presubmit"10 "exclude-annotation": "androidx.test.filters.FlakyTest"13 "exclude-annotation": "org.junit.Ignore"23 "include-annotation": "android.platform.test.annotations.Presubmit"26 "exclude-annotation": "androidx.test.filters.FlakyTest"29 "exclude-annotation": "org.junit.Ignore"39 "exclude-annotation": "androidx.test.filters.FlakyTest"52 "exclude-annotation": "androidx.test.filters.FlakyTest"55 "exclude-annotation": "org.junit.Ignore"63 "exclude-annotation": "androidx.test.filters.FlakyTest"[all …]
12 "include-annotation": "android.platform.test.scenario.annotation.Scenario"15 "exclude-annotation": "org.junit.Ignore"18 "exclude-annotation": "android.platform.test.annotations.Postsubmit"21 "exclude-annotation": "android.platform.test.annotations.FlakyTest"31 "exclude-annotation": "org.junit.Ignore"34 "exclude-annotation": "androidx.test.filters.FlakyTest"42 "exclude-annotation": "org.junit.Ignore"45 "exclude-annotation": "androidx.test.filters.FlakyTest"48 "exclude-annotation": "android.platform.test.annotations.Postsubmit"57 "exclude-annotation": "org.junit.Ignore"[all …]
17 package android.annotation;19 import static java.lang.annotation.ElementType.CONSTRUCTOR;20 import static java.lang.annotation.ElementType.FIELD;21 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;22 import static java.lang.annotation.ElementType.METHOD;23 import static java.lang.annotation.ElementType.PACKAGE;24 import static java.lang.annotation.ElementType.PARAMETER;25 import static java.lang.annotation.ElementType.TYPE;26 import static java.lang.annotation.RetentionPolicy.SOURCE;28 import java.lang.annotation.Retention;[all …]
16 package android.annotation;18 import static java.lang.annotation.ElementType.CONSTRUCTOR;19 import static java.lang.annotation.ElementType.FIELD;20 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;21 import static java.lang.annotation.ElementType.METHOD;22 import static java.lang.annotation.ElementType.PACKAGE;23 import static java.lang.annotation.ElementType.PARAMETER;24 import static java.lang.annotation.ElementType.TYPE;25 import static java.lang.annotation.RetentionPolicy.SOURCE;27 import java.lang.annotation.Retention;[all …]
17 package android.annotation;19 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;20 import static java.lang.annotation.ElementType.CONSTRUCTOR;21 import static java.lang.annotation.ElementType.FIELD;22 import static java.lang.annotation.ElementType.METHOD;23 import static java.lang.annotation.ElementType.PACKAGE;24 import static java.lang.annotation.ElementType.TYPE;26 import java.lang.annotation.Retention;27 import java.lang.annotation.RetentionPolicy;28 import java.lang.annotation.Target;[all …]
17 package android.annotation;19 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;20 import static java.lang.annotation.ElementType.CONSTRUCTOR;21 import static java.lang.annotation.ElementType.FIELD;22 import static java.lang.annotation.ElementType.METHOD;23 import static java.lang.annotation.ElementType.PACKAGE;24 import static java.lang.annotation.ElementType.TYPE;26 import java.lang.annotation.Retention;27 import java.lang.annotation.RetentionPolicy;28 import java.lang.annotation.Target;
17 package android.annotation;19 import static java.lang.annotation.ElementType.CONSTRUCTOR;20 import static java.lang.annotation.ElementType.FIELD;21 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;22 import static java.lang.annotation.ElementType.METHOD;23 import static java.lang.annotation.ElementType.PARAMETER;24 import static java.lang.annotation.ElementType.TYPE;25 import static java.lang.annotation.RetentionPolicy.SOURCE;27 import java.lang.annotation.Retention;28 import java.lang.annotation.Target;
17 package android.annotation;19 import java.lang.annotation.Documented;20 import java.lang.annotation.Retention;21 import java.lang.annotation.Target;23 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;24 import static java.lang.annotation.ElementType.FIELD;25 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;26 import static java.lang.annotation.ElementType.METHOD;27 import static java.lang.annotation.ElementType.PARAMETER;28 import static java.lang.annotation.RetentionPolicy.SOURCE;
16 package android.annotation;18 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;19 import static java.lang.annotation.ElementType.CONSTRUCTOR;20 import static java.lang.annotation.ElementType.FIELD;21 import static java.lang.annotation.ElementType.METHOD;22 import static java.lang.annotation.ElementType.PARAMETER;23 import static java.lang.annotation.RetentionPolicy.CLASS;25 import java.lang.annotation.Retention;26 import java.lang.annotation.Target;
17 package android.annotation;19 import static java.lang.annotation.ElementType.CONSTRUCTOR;20 import static java.lang.annotation.ElementType.FIELD;21 import static java.lang.annotation.ElementType.METHOD;22 import static java.lang.annotation.ElementType.PARAMETER;23 import static java.lang.annotation.ElementType.TYPE;24 import static java.lang.annotation.RetentionPolicy.SOURCE;26 import java.lang.annotation.Retention;27 import java.lang.annotation.Target;
16 package android.annotation;18 import java.lang.annotation.Documented;19 import java.lang.annotation.Retention;20 import java.lang.annotation.Target;22 import static java.lang.annotation.ElementType.FIELD;23 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;24 import static java.lang.annotation.ElementType.METHOD;25 import static java.lang.annotation.ElementType.PARAMETER;26 import static java.lang.annotation.RetentionPolicy.SOURCE;
16 package android.annotation;18 import java.lang.annotation.Retention;19 import java.lang.annotation.Target;21 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;22 import static java.lang.annotation.ElementType.FIELD;23 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;24 import static java.lang.annotation.ElementType.METHOD;25 import static java.lang.annotation.ElementType.PARAMETER;26 import static java.lang.annotation.RetentionPolicy.SOURCE;
16 package android.annotation;18 import java.lang.annotation.Documented;19 import java.lang.annotation.Retention;20 import java.lang.annotation.Target;22 import static java.lang.annotation.ElementType.FIELD;23 import static java.lang.annotation.ElementType.METHOD;24 import static java.lang.annotation.ElementType.PARAMETER;25 import static java.lang.annotation.RetentionPolicy.SOURCE;
59 "exclude-annotation": "androidx.test.filters.FlakyTest"62 "exclude-annotation": "org.junit.Ignore"73 "exclude-annotation": "androidx.test.filters.FlakyTest"76 "exclude-annotation": "org.junit.Ignore"84 "exclude-annotation": "androidx.test.filters.FlakyTest"87 "exclude-annotation": "org.junit.Ignore"95 "exclude-annotation": "androidx.test.filters.FlakyTest"98 "exclude-annotation": "org.junit.Ignore"106 "exclude-annotation": "androidx.test.filters.FlakyTest"109 "exclude-annotation": "org.junit.Ignore"[all …]
16 package android.annotation;18 import static java.lang.annotation.ElementType.CONSTRUCTOR;19 import static java.lang.annotation.ElementType.FIELD;20 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;21 import static java.lang.annotation.ElementType.METHOD;22 import static java.lang.annotation.ElementType.PARAMETER;23 import static java.lang.annotation.ElementType.TYPE;25 import java.lang.annotation.Retention;26 import java.lang.annotation.RetentionPolicy;27 import java.lang.annotation.Target;
17 package android.annotation;19 import static java.lang.annotation.ElementType.CONSTRUCTOR;20 import static java.lang.annotation.ElementType.FIELD;21 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;22 import static java.lang.annotation.ElementType.METHOD;23 import static java.lang.annotation.ElementType.PARAMETER;24 import static java.lang.annotation.ElementType.TYPE;26 import java.lang.annotation.Retention;27 import java.lang.annotation.RetentionPolicy;28 import java.lang.annotation.Target;
17 package android.annotation;19 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;20 import static java.lang.annotation.ElementType.CONSTRUCTOR;21 import static java.lang.annotation.ElementType.FIELD;22 import static java.lang.annotation.ElementType.METHOD;23 import static java.lang.annotation.ElementType.PARAMETER;24 import static java.lang.annotation.RetentionPolicy.SOURCE;26 import java.lang.annotation.Retention;27 import java.lang.annotation.Target;
17 package com.android.annotation;19 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;20 import static java.lang.annotation.ElementType.FIELD;21 import static java.lang.annotation.ElementType.METHOD;22 import static java.lang.annotation.ElementType.TYPE;23 import static java.lang.annotation.RetentionPolicy.RUNTIME;25 import android.car.builtin.annotation.PlatformVersion;27 import java.lang.annotation.Retention;28 import java.lang.annotation.Target;
14 "include-annotation": "android.platform.test.annotations.Presubmit"17 "exclude-annotation": "android.platform.test.annotations.RequiresDevice"25 "include-annotation": "android.platform.test.annotations.Presubmit"28 "exclude-annotation": "android.platform.test.annotations.RequiresDevice"43 "include-annotation": "android.platform.test.annotations.Presubmit"46 "exclude-annotation": "android.platform.test.annotations.RequiresDevice"54 "include-annotation": "android.platform.test.annotations.Presubmit"57 "exclude-annotation": "android.platform.test.annotations.RequiresDevice"65 "include-annotation": "android.platform.test.annotations.Presubmit"68 "exclude-annotation": "android.platform.test.annotations.RequiresDevice"[all …]