Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceRandomScript.java55 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()
DMonkeyEventQueue.java32 public MonkeyEventQueue(Random random, long throttle, boolean randomizeThrottle) { in MonkeyEventQueue() argument
36 mRandomizeThrottle = randomizeThrottle; in MonkeyEventQueue()
DMonkeySourceRandom.java123 long throttle, boolean randomizeThrottle, boolean permissionTargetSystem) { in MonkeySourceRandom() argument
144 mQ = new MonkeyEventQueue(random, throttle, randomizeThrottle); in MonkeySourceRandom()
DMonkeySourceScript.java172 boolean randomizeThrottle, long profileWaitTime, long deviceSleepTime) { in MonkeySourceScript() argument
174 mQ = new MonkeyEventQueue(random, throttle, randomizeThrottle); in MonkeySourceScript()