Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetwork.java618 private static List<String> commandLineSplit(String line) { in commandLineSplit() method in MonkeySourceNetwork
656 List<String> parts = commandLineSplit(commandLine); in translateCommand()