Home
last modified time | relevance | path

Searched refs:getCommandLine (Results 1 – 3 of 3) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoaderTest.java126 assertEquals("cts -m CtsGesture --skip-all-system-status-check", mLoader.getCommandLine()); in testReloadTests()
158 assertEquals("cts -m CtsGesture --skip-all-system-status-check", mLoader.getCommandLine()); in testReloadTests_withMultiProto()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationSuiteResultReporter.java671 String commandLine = getConfiguration().getCommandLine(); in createSuiteName()
685 String commandLine = currentConfig.getCommandLine(); in createSuiteVariant()
DPreviousResultLoader.java212 public String getCommandLine() { in getCommandLine() method in PreviousResultLoader