Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/monkey/
DMonkeyBase.java329 TimeUnit.MILLISECONDS.toMinutes(getMonkeyTimeoutMs()), command); in runMonkey()
354 commandHelper.runCommand(mTestDevice, command, getMonkeyTimeoutMs()); in runMonkey()
635 protected long getMonkeyTimeoutMs() { in getMonkeyTimeoutMs() method in MonkeyBase