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