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

  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 49 private long mProfileWaitTime;
242 mProfileWaitTime += wait - time;
250 final long averageWaitTime = mProfileWaitTime / validFrames;
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 218 long mProfileWaitTime = 5000;
639 mRandomizeThrottle, mProfileWaitTime, mDeviceSleepTime);
647 mProfileWaitTime, mDeviceSleepTime, mRandomizeScript);
652 mProfileWaitTime, mDeviceSleepTime, mRandomizeScript);
    [all...]
MonkeySourceScript.java 146 private long mProfileWaitTime = 5000; //Wait time for each user profile
175 mProfileWaitTime = profileWaitTime;
675 MonkeyWaitEvent e = new MonkeyWaitEvent(mProfileWaitTime);
    [all...]

Completed in 578 milliseconds