Searched refs:DisableDebugFlags (Results 1 – 3 of 3) sorted by relevance
26 public @interface DisableDebugFlags { annotation
33 @Repeatable(DisableDebugFlags.class)
25 import com.android.adservices.shared.testing.annotations.DisableDebugFlags;504 } else if (annotation instanceof DisableDebugFlags) { in setAnnotatedFlags()505 setAnnotatedFlag((DisableDebugFlags) annotation); in setAnnotatedFlags()663 || (annotation instanceof DisableDebugFlags) in isFlagAnnotationPresent()865 private void setAnnotatedFlag(DisableDebugFlags repeatedAnnotation) { in setAnnotatedFlag()