Home
last modified time | relevance | path

Searched refs:getFlags (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/flag-helpers/junit/src_base/android/platform/test/flag/junit/
DAnnotationsRetriever.java303 protected abstract String[] getFlags(T annotation); in getFlags() method in AnnotationsRetriever.FlagsAnnotation
307 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) {
/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/example/
DExampleFlagsParameterizedTest.java55 public static List<FlagsParameterization> getFlags() { in getFlags() method in ExampleFlagsParameterizedTest