Searched refs:mThrottle (Results 1 – 4 of 4) sorted by relevance
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeyEventQueue.java | 29 private long mThrottle; field in MonkeyEventQueue 35 mThrottle = throttle; in MonkeyEventQueue() 43 long throttle = mThrottle; in addLast() 44 if (mRandomizeThrottle && (mThrottle > 0)) { in addLast() 49 throttle %= mThrottle; in addLast()
|
D | MonkeyThrottleEvent.java | 29 private long mThrottle; field in MonkeyThrottleEvent 33 mThrottle = throttle; in MonkeyThrottleEvent() 40 Logger.out.println("Sleeping for " + mThrottle + " milliseconds"); in injectEvent() 43 Thread.sleep(mThrottle); in injectEvent()
|
D | Monkey.java | 194 long mThrottle = 0; field in Monkey 584 mThrottle = 0; in run() 643 mEventSource = new MonkeySourceScript(mRandom, mScriptFileNames.get(0), mThrottle, in run() 651 mScriptFileNames, mThrottle, mRandomizeThrottle, mRandom, in run() 656 mThrottle, mRandomizeThrottle, mRandom, in run() 675 mThrottle, mRandomizeThrottle, mPermissionTargetSystem); in run() 867 mThrottle = nextOptionLong("delay (in milliseconds) to wait between events"); in processOptions()
|
D | MonkeySourceRandom.java | 102 private long mThrottle = 0; field in MonkeySourceRandom
|