HomeSort by relevance Sort by last modified time
    Searched refs:mThrottle (Results 1 - 7 of 7) sorted by null

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEventQueue.java 29 private long mThrottle;
35 mThrottle = throttle;
43 long throttle = mThrottle;
44 if (mRandomizeThrottle && (mThrottle > 0)) {
49 throttle %= mThrottle;
MonkeyThrottleEvent.java 29 private long mThrottle;
33 mThrottle = throttle;
40 System.out.println("Sleeping for " + mThrottle + " milliseconds");
43 Thread.sleep(mThrottle);
Monkey.java 197 long mThrottle = 0;
199 /** Whether to randomize each throttle (0-mThrottle ms) inserted between events. */
531 mThrottle = 0;
598 mEventSource = new MonkeySourceScript(mRandom, mScriptFileNames.get(0), mThrottle,
606 mScriptFileNames, mThrottle, mRandomizeThrottle, mRandom,
611 mThrottle, mRandomizeThrottle, mRandom,
629 mEventSource = new MonkeySourceRandom(mRandom, mMainApps, mThrottle, mRandomizeThrottle);
820 mThrottle = nextOptionLong("delay (in milliseconds) to wait between events");
    [all...]
MonkeySourceRandom.java 101 private long mThrottle = 0;
  /packages/apps/Email/src/com/android/email/data/
ThrottlingCursorLoader.java 34 private final Throttle mThrottle;
54 mThrottle = new Throttle(uri.toString(), forceLoadRunnable, new Handler(),
65 mThrottle.cancelScheduledCallback();
72 mThrottle.cancelScheduledCallback();
79 mThrottle.cancelScheduledCallback();
86 mThrottle.cancelScheduledCallback();
93 mThrottle.cancelScheduledCallback();
101 mThrottle.onEvent();
  /packages/apps/Email/src/com/android/email/view/
RigidWebView.java 53 private final Throttle mThrottle = new Throttle(getClass().getName(),
86 mThrottle.onEvent();
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java     [all...]

Completed in 946 milliseconds