Searched refs:fullCommand (Results 1 – 1 of 1) sorted by relevance
188 String fullCommand = String.format(command, args); in executeCommand() local189 return getDevice().executeShellCommand(fullCommand); in executeCommand()