Searched refs:commandStringPreparer (Results 1 – 2 of 2) sorted by relevance
94 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
47 String fullCommand = spu.commandStringPreparer(command); in testCommandStringPreparerWithoutParams()60 String fullCommand = spu.commandStringPreparer(command); in testCommandStringPreparerWithParams()67 String fullCommand = spu.commandStringPreparer(null); in testCommandStringPreparerWithNullCommand()