Searched refs:randomizeThrottle (Results 1 – 4 of 4) sorted by relevance
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceRandomScript.java | 55 long throttle, boolean randomizeThrottle, Random random, long profileWaitTime, 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 83 this(null, scriptFileNames, throttle, randomizeThrottle, random, profileWaitTime, in MonkeySourceRandomScript()
|
D | MonkeyEventQueue.java | 32 public MonkeyEventQueue(Random random, long throttle, boolean randomizeThrottle) { in MonkeyEventQueue() argument 36 mRandomizeThrottle = randomizeThrottle; in MonkeyEventQueue()
|
D | MonkeySourceRandom.java | 123 long throttle, boolean randomizeThrottle, boolean permissionTargetSystem) { in MonkeySourceRandom() argument 144 mQ = new MonkeyEventQueue(random, throttle, randomizeThrottle); in MonkeySourceRandom()
|
D | MonkeySourceScript.java | 172 boolean randomizeThrottle, long profileWaitTime, long deviceSleepTime) { in MonkeySourceScript() argument 174 mQ = new MonkeyEventQueue(random, throttle, randomizeThrottle); in MonkeySourceScript()
|