Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/monkey/
DMonkeyBase.java103 public void runCommand(final ITestDevice device, final String command, long timeout) in runCommand() method in MonkeyBase.CommandHelper
395 commandHelper.runCommand(mTestDevice, command, getMonkeyTimeoutMs()); in runMonkey()