Home
last modified time | relevance | path

Searched refs:RequiresGlobalKillSwitchEnabled (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/experimental/
DAbstractGlobalKillSwitchFlipper.java64 RequiresGlobalKillSwitchEnabled enabledAnnotation = in getRequiredFlagStates()
65 method.getAnnotation(RequiresGlobalKillSwitchEnabled.class); in getRequiredFlagStates()
DRequiresGlobalKillSwitchEnabled.java35 public @interface RequiresGlobalKillSwitchEnabled {} annotation
DGlobalKillSwitchRule.java120 return annotation instanceof RequiresGlobalKillSwitchEnabled; in isFeatureNotSupportedAnnotation()