Searched refs:DisableDebugFlags (Results 1 – 4 of 4) sorted by relevance
26 import com.android.adservices.shared.testing.annotations.DisableDebugFlags;71 || annotation instanceof DisableDebugFlags)); in createActionsForTest()83 if (annotation instanceof DisableDebugFlags) { in createActionsForTest()84 Arrays.stream(((DisableDebugFlags) annotation).value()) in createActionsForTest()
26 public @interface DisableDebugFlags { annotation
33 @Repeatable(DisableDebugFlags.class)
24 import com.android.adservices.shared.testing.annotations.DisableDebugFlags;587 } else if (annotation instanceof DisableDebugFlags) { in setAnnotatedFlags()588 setAnnotatedFlag((DisableDebugFlags) annotation); in setAnnotatedFlags()783 || (annotation instanceof DisableDebugFlags) in isFlagAnnotationPresent()998 private void setAnnotatedFlag(DisableDebugFlags repeatedAnnotation) { in setAnnotatedFlag()