Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelperTest.java135 assertNull(mHelper.getCommandLineArgs()); in testGetCommandLineArgs()
137 assertEquals(COMMAND_LINE_ARGS, mHelper.getCommandLineArgs()); in testGetCommandLineArgs()
141 assertEquals(COMMAND_LINE_ARGS, mHelper.getCommandLineArgs()); in testGetCommandLineArgs()
/cts/common/util/src/com/android/compatibility/common/util/
DIInvocationResult.java96 String getCommandLineArgs(); in getCommandLineArgs() method
DInvocationResult.java161 public String getCommandLineArgs() { in getCommandLineArgs() method in InvocationResult
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java114 public String getCommandLineArgs() { in getCommandLineArgs() method in CompatibilityBuildHelper
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java455 mBuildHelper.getCommandLineArgs()); in finalizeResults()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java545 String retryCommandLineArgs = result.getCommandLineArgs(); in setupFilters()