Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSimplePerfUtil.java94 String output = mDevice.executeShellCommand(commandStringPreparer(command)); in executeCommand()
111 mDevice.executeShellCommand(commandStringPreparer(command), receiver); in executeCommand()
134 mDevice.executeShellCommand(commandStringPreparer(command), receiver, in executeCommand()
138 protected String commandStringPreparer(String command) { in commandStringPreparer() method in SimplePerfUtil
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSimplePerfUtilTest.java47 String fullCommand = spu.commandStringPreparer(command); in testCommandStringPreparerWithoutParams()
60 String fullCommand = spu.commandStringPreparer(command); in testCommandStringPreparerWithParams()
67 String fullCommand = spu.commandStringPreparer(null); in testCommandStringPreparerWithNullCommand()