Searched refs:profileWaitTime (Results 1 – 2 of 2) 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 | MonkeySourceScript.java | 172 boolean randomizeThrottle, long profileWaitTime, long deviceSleepTime) { in MonkeySourceScript() argument 175 mProfileWaitTime = profileWaitTime; in MonkeySourceScript()
|