Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DPrintTestRemoteTestRunner.java217 final String runCaseCommandStr = String.format(INSTRUMENTATION_COMMAND, in run() local
220 String.format("Running %1$s on %2$s", runCaseCommandStr, mRemoteDevice.getName())); in run()
225 mRemoteDevice.executeShellCommand(runCaseCommandStr, mParser, mMaxTimeToOutputResponse, in run()