Home
last modified time | relevance | path

Searched refs:RequiresFlagsEnabled (Results 1 – 7 of 7) sorted by relevance

/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/example/
DExampleCheckFlagsRuleTest.java22 import android.platform.test.annotations.RequiresFlagsEnabled;
63 @RequiresFlagsEnabled("flag0")
69 @RequiresFlagsEnabled("flag1")
82 @RequiresFlagsEnabled({"flag0", "flag1"})
/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/
DAnnotationsRetrieverTest.java22 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()
DCheckFlagsRuleTest.java24 import android.platform.test.annotations.RequiresFlagsEnabled;
149 @RequiresFlagsEnabled("flag1") in usingRequiresFlagsEnabledFlag1OnClassPasses()
203 @RequiresFlagsEnabled({"flag1", "flag0"}) in conflictingClassAnnotationsFails()
234 @RequiresFlagsEnabled("flag1") in canDuplicateFlagAcrossMethodAndClassAnnotations()
DAnnotationTestRuleHelper.java22 import android.platform.test.annotations.RequiresFlagsEnabled;
247 private static RequiresFlagsEnabled createRequiresFlagsEnabled(String[] value) { in createRequiresFlagsEnabled()
DSetFlagsRuleTestCommon.java26 import android.platform.test.annotations.RequiresFlagsEnabled;
347 @RequiresFlagsEnabled(Flags.FLAG_FLAG_NAME3) in requiresFlagsOnClassPasses()
/platform_testing/libraries/annotations/src/android/platform/test/annotations/
DRequiresFlagsEnabled.java48 public @interface RequiresFlagsEnabled { annotation
/platform_testing/libraries/flag-helpers/junit/src_base/android/platform/test/flag/junit/
DAnnotationsRetriever.java25 import android.platform.test.annotations.RequiresFlagsEnabled;
312 private static final FlagsAnnotation<RequiresFlagsEnabled> sRequiresFlagsEnabled =
313 new FlagsAnnotation<>(RequiresFlagsEnabled.class) {
315 protected String[] getFlags(RequiresFlagsEnabled annotation) {