Home
last modified time | relevance | path

Searched refs:getCommandLineArgs (Results 1 – 4 of 4) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelperTest.java168 assertNull(mHelper.getCommandLineArgs()); in testGetCommandLineArgs()
170 assertEquals(COMMAND_LINE_ARGS, mHelper.getCommandLineArgs()); in testGetCommandLineArgs()
174 assertEquals(COMMAND_LINE_ARGS, mHelper.getCommandLineArgs()); in testGetCommandLineArgs()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelper.java154 String retryCommandLineArgs = result.getCommandLineArgs(); in setCommandLineOptionsFor()
172 String retryCommandLineArgs = result.getCommandLineArgs(); in setBuildInfoRetryCommand()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java71 public String getCommandLineArgs() { in getCommandLineArgs() method in CompatibilityBuildHelper
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java387 String retryCommandLineArgs = mResult.getCommandLineArgs(); in setupFields()