Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetwork.java549 private final CommandQueueImpl commandQueue = new CommandQueueImpl(); field in MonkeySourceNetwork
662 MonkeyCommandReturn ret = command.translateCommand(parts, commandQueue); in translateCommand()
702 MonkeyEvent queuedEvent = commandQueue.getNextQueuedEvent(); in getNextEvent()