Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/uicd/tests/
DUiConductorTestTest.java22 import static com.android.uicd.tests.UiConductorTest.MODE_OPTION;
143 eq(MODE_OPTION), eq("SINGLE"), in testRun()
253 eq(MODE_OPTION), eq("PLAYALL"), in testRun_playMode()
267 eq(MODE_OPTION), eq("SINGLE"), in testRun_globalVariables()
/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java87 static final String MODE_OPTION = "--mode"; field in UiConductorTest
426 command.add(MODE_OPTION); in buildCommand()