Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsTest.java85 public static final String PLAN_OPTION = "plan"; field in CtsTest
99 @Option(name = PLAN_OPTION, description = "the test plan to run.",
1131 PLAN_OPTION, PACKAGE_OPTION, CLASS_OPTION, CONTINUE_OPTION)); in checkFields()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DCtsXmlResultReporter.java88 @Option(name = CtsTest.PLAN_OPTION, description = "the test plan to run.")