Searched refs:SetIntegerFlags (Results 1 – 3 of 3) sorted by relevance
26 public @interface SetIntegerFlags { annotation
32 @Repeatable(SetIntegerFlags.class)
40 import com.android.adservices.shared.testing.annotations.SetIntegerFlags;555 } else if (annotation instanceof SetIntegerFlags) { in setAnnotatedFlags()556 setAnnotatedFlag((SetIntegerFlags) annotation); in setAnnotatedFlags()769 || (annotation instanceof SetIntegerFlags) in isFlagAnnotationPresent()913 private void setAnnotatedFlag(SetIntegerFlags repeatedAnnotation) { in setAnnotatedFlag()