Searched refs:SetFlagsTrue (Results 1 – 3 of 3) sorted by relevance
26 public @interface SetFlagsTrue { annotation
28 @Repeatable(SetFlagsTrue.class)
37 import com.android.adservices.shared.testing.annotations.SetFlagsTrue;462 } else if (annotation instanceof SetFlagsTrue) { in setAnnotatedFlags()463 setAnnotatedFlag((SetFlagsTrue) annotation); in setAnnotatedFlags()644 || (annotation instanceof SetFlagsTrue) in isFlagAnnotationPresent()757 private void setAnnotatedFlag(SetFlagsTrue repeatedAnnotation) { in setAnnotatedFlag()