Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java67 public void setRetryCommandLineArgs(String commandLineArgs) { in setRetryCommandLineArgs() method in CompatibilityBuildHelper
/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/util/
DRetryFilterHelper.java173 new CompatibilityBuildHelper(info).setRetryCommandLineArgs(retryCommandLineArgs); in setBuildInfoRetryCommand()