Searched refs:annotation (Results 1 – 25 of 227) sorted by relevance
12345678910
7 "exclude-annotation": "androidx.test.filters.FlakyTest"18 "exclude-annotation": "org.junit.Ignore"21 "exclude-annotation": "androidx.test.filters.FlakyTest"24 "exclude-annotation": "android.platform.test.annotations.Postsubmit"32 "exclude-annotation": "org.junit.Ignore"35 "exclude-annotation": "androidx.test.filters.FlakyTest"38 "exclude-annotation": "android.platform.test.annotations.FlakyTest"41 "exclude-annotation": "android.platform.test.annotations.Postsubmit"
1 package android.platform.test.scenario.annotation;3 import java.lang.annotation.ElementType;4 import java.lang.annotation.Retention;5 import java.lang.annotation.RetentionPolicy;6 import java.lang.annotation.Target;
17 package android.platform.test.scenario.annotation;19 import java.lang.annotation.ElementType;20 import java.lang.annotation.Retention;21 import java.lang.annotation.RetentionPolicy;22 import java.lang.annotation.Target;
7 "exclude-annotation": "org.junit.Ignore"10 "exclude-annotation": "androidx.test.filters.FlakyTest"20 "include-annotation": "android.platform.test.annotations.MotionTest"23 "exclude-annotation": "androidx.test.filters.FlakyTest"26 "exclude-annotation": "org.junit.Ignore"
28 import java.lang.annotation.ElementType;29 import java.lang.annotation.Retention;30 import java.lang.annotation.RetentionPolicy;31 import java.lang.annotation.Target;51 final Presubmit annotation = description.getTestClass().getAnnotation(Presubmit.class); in apply() local52 if (annotation == null) return base; in apply()73 final boolean match = Arrays.asList(annotation.value().split(",")).contains(flavor); in apply()84 + annotation.value()); in apply()
28 import java.lang.annotation.ElementType;29 import java.lang.annotation.Retention;30 import java.lang.annotation.RetentionPolicy;31 import java.lang.annotation.Target;43 final Platinum annotation = description.getTestClass().getAnnotation(Platinum.class); in apply() local44 if (annotation == null) return base; in apply()68 final boolean match = Arrays.asList(annotation.devices().split(",")).contains(flavor); in apply()79 + annotation.devices()); in apply()
19 import java.lang.annotation.ElementType;20 import java.lang.annotation.Retention;21 import java.lang.annotation.RetentionPolicy;22 import java.lang.annotation.Target;
18 import java.lang.annotation.ElementType;19 import java.lang.annotation.Retention;20 import java.lang.annotation.RetentionPolicy;21 import java.lang.annotation.Target;