Searched refs:RequiresFlagsDisabled (Results 1 – 7 of 7) sorted by relevance
21 import android.platform.test.annotations.RequiresFlagsDisabled;70 @RequiresFlagsDisabled("flag0")76 @RequiresFlagsDisabled("flag1")
21 import android.platform.test.annotations.RequiresFlagsDisabled;43 @RequiresFlagsDisabled("flag2")52 @RequiresFlagsDisabled({"flag3", "flag4"})57 @RequiresFlagsDisabled({"flag3", "flag4"})61 @RequiresFlagsDisabled({"flag1"})67 private final RequiresFlagsDisabled mRequiresFlagsDisabled =220 private static RequiresFlagsDisabled createRequiresFlagsDisabled(String[] value) { in createRequiresFlagsDisabled()
23 import android.platform.test.annotations.RequiresFlagsDisabled;159 @RequiresFlagsDisabled("flag1") in usingRequiresFlagsDisabledFlag1OnClassSkipped()193 @RequiresFlagsDisabled("nonexistent") in requiringNonexistentFlagDisabledFails()204 @RequiresFlagsDisabled("flag1") in conflictingClassAnnotationsFails()223 @RequiresFlagsDisabled("flag1") in conflictingAnnotationsAcrossMethodAndClassFails()
21 import android.platform.test.annotations.RequiresFlagsDisabled;252 private static RequiresFlagsDisabled createRequiresFlagsDisabled(String[] value) { in createRequiresFlagsDisabled()
25 import android.platform.test.annotations.RequiresFlagsDisabled;348 @RequiresFlagsDisabled(Flags.FLAG_FLAG_NAME4) in requiresFlagsOnClassPasses()
48 public @interface RequiresFlagsDisabled { annotation
24 import android.platform.test.annotations.RequiresFlagsDisabled;319 private static final FlagsAnnotation<RequiresFlagsDisabled> sRequiresFlagsDisabled =320 new FlagsAnnotation<>(RequiresFlagsDisabled.class) {322 protected String[] getFlags(RequiresFlagsDisabled annotation) {