Searched defs:profileWaitTime (Results 1 - 2 of 2) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceRandomScript.java55 long throttle, boolean randomizeThrottle, Random random, long profileWaitTime,
59 randomizeThrottle, profileWaitTime, deviceSleepTime);
65 randomizeThrottle, profileWaitTime, deviceSleepTime));
81 boolean randomizeThrottle, Random random, long profileWaitTime, long deviceSleepTime,
83 this(null, scriptFileNames, throttle, randomizeThrottle, random, profileWaitTime,
54 MonkeySourceRandomScript(String setupFileName, ArrayList<String> scriptFileNames, long throttle, boolean randomizeThrottle, Random random, long profileWaitTime, long deviceSleepTime, boolean randomizeScript) argument
80 MonkeySourceRandomScript(ArrayList<String> scriptFileNames, long throttle, boolean randomizeThrottle, Random random, long profileWaitTime, long deviceSleepTime, boolean randomizeScript) argument
H A DMonkeySourceScript.java172 boolean randomizeThrottle, long profileWaitTime, long deviceSleepTime) {
175 mProfileWaitTime = profileWaitTime;
171 MonkeySourceScript(Random random, String filename, long throttle, boolean randomizeThrottle, long profileWaitTime, long deviceSleepTime) argument

Completed in 98 milliseconds