Searched refs:RequiresFlagsEnabled (Results 1 – 7 of 7) sorted by relevance
22 import android.platform.test.annotations.RequiresFlagsEnabled;63 @RequiresFlagsEnabled("flag0")69 @RequiresFlagsEnabled("flag1")82 @RequiresFlagsEnabled({"flag0", "flag1"})
22 import android.platform.test.annotations.RequiresFlagsEnabled;42 @RequiresFlagsEnabled("flag1")48 @RequiresFlagsEnabled({"flag1", "flag2"})56 @RequiresFlagsEnabled({"flag1", "flag2"})60 @RequiresFlagsEnabled({"flag1"})64 private final RequiresFlagsEnabled mRequiresFlagsEnabled =215 private static RequiresFlagsEnabled createRequiresFlagsEnabled(String[] value) { in createRequiresFlagsEnabled()
24 import android.platform.test.annotations.RequiresFlagsEnabled;149 @RequiresFlagsEnabled("flag1") in usingRequiresFlagsEnabledFlag1OnClassPasses()203 @RequiresFlagsEnabled({"flag1", "flag0"}) in conflictingClassAnnotationsFails()234 @RequiresFlagsEnabled("flag1") in canDuplicateFlagAcrossMethodAndClassAnnotations()
22 import android.platform.test.annotations.RequiresFlagsEnabled;247 private static RequiresFlagsEnabled createRequiresFlagsEnabled(String[] value) { in createRequiresFlagsEnabled()
26 import android.platform.test.annotations.RequiresFlagsEnabled;347 @RequiresFlagsEnabled(Flags.FLAG_FLAG_NAME3) in requiresFlagsOnClassPasses()
48 public @interface RequiresFlagsEnabled { annotation
25 import android.platform.test.annotations.RequiresFlagsEnabled;312 private static final FlagsAnnotation<RequiresFlagsEnabled> sRequiresFlagsEnabled =313 new FlagsAnnotation<>(RequiresFlagsEnabled.class) {315 protected String[] getFlags(RequiresFlagsEnabled annotation) {