Searched refs:getFlags (Results 1 – 2 of 2) sorted by relevance
303 protected abstract String[] getFlags(T annotation); in getFlags() method in AnnotationsRetriever.FlagsAnnotation307 String[] flags = getFlags(annotation); in getFlagsSet()315 protected String[] getFlags(RequiresFlagsEnabled annotation) {322 protected String[] getFlags(RequiresFlagsDisabled annotation) {329 protected String[] getFlags(EnableFlags annotation) {336 protected String[] getFlags(DisableFlags annotation) {343 protected String[] getFlags(UsesFlags annotation) {
55 public static List<FlagsParameterization> getFlags() { in getFlags() method in ExampleFlagsParameterizedTest