Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java68 public void setRetryCommandLineArgs(String commandLineArgs) { in setRetryCommandLineArgs() method in CompatibilityBuildHelper
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelper.java171 new CompatibilityBuildHelper(info).setRetryCommandLineArgs(retryCommandLineArgs); in setBuildInfoRetryCommand()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelperTest.java173 mHelper.setRetryCommandLineArgs(COMMAND_LINE_ARGS); in testGetCommandLineArgs()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java736 mBuildHelper.setRetryCommandLineArgs(retryCommandLineArgs); in loadRetryCommandLineArgs()