Home
last modified time | relevance | path

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