Searched refs:deviceSleepTime (Results 1 – 2 of 2) sorted by relevance
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceRandomScript.java | 56 long deviceSleepTime, boolean randomizeScript) { in MonkeySourceRandomScript() argument 59 randomizeThrottle, profileWaitTime, deviceSleepTime); in MonkeySourceRandomScript() 65 randomizeThrottle, profileWaitTime, deviceSleepTime)); in MonkeySourceRandomScript() 81 boolean randomizeThrottle, Random random, long profileWaitTime, long deviceSleepTime, in MonkeySourceRandomScript() argument 84 deviceSleepTime, randomizeScript); in MonkeySourceRandomScript()
|
D | MonkeySourceScript.java | 172 boolean randomizeThrottle, long profileWaitTime, long deviceSleepTime) { in MonkeySourceScript() argument 176 mDeviceSleepTime = deviceSleepTime; in MonkeySourceScript() 627 long deviceSleepTime = mDeviceSleepTime; in handleEvent() local 631 mQ.addLast(new MonkeyActivityEvent(mApp, deviceSleepTime)); in handleEvent() 639 mQ.addLast(new MonkeyWaitEvent(deviceSleepTime + 3000)); in handleEvent()
|