Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetwork.java649 private void translateCommand(String commandLine) { in translateCommand() argument
650 Log.d(TAG, "translateCommand: " + commandLine); in translateCommand()
651 List<String> parts = commandLineSplit(commandLine); in translateCommand()