Searched refs:commandLine (Results 1 – 1 of 1) sorted by relevance
649 private void translateCommand(String commandLine) { in translateCommand() argument650 Log.d(TAG, "translateCommand: " + commandLine); in translateCommand()651 List<String> parts = commandLineSplit(commandLine); in translateCommand()