Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelperTest.java140 mHelper.setRetryCommandLineArgs(COMMAND_LINE_ARGS); in testGetCommandLineArgs()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java110 public void setRetryCommandLineArgs(String commandLineArgs) { in setRetryCommandLineArgs() method in CompatibilityBuildHelper
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java548 mBuildHelper.setRetryCommandLineArgs(retryCommandLineArgs); in setupFilters()