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

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandomScript.java 30 private MonkeySourceScript mSetupSource = null;
32 /** The list of MonkeySourceScript instances to be played in random order */
33 private ArrayList<MonkeySourceScript> mScriptSources = new ArrayList<MonkeySourceScript>();
36 private MonkeySourceScript mCurrentSource = null;
58 mSetupSource = new MonkeySourceScript(random, setupFileName, throttle,
64 mScriptSources.add(new MonkeySourceScript(random, fileName, throttle,
132 for (MonkeySourceScript source: mScriptSources) {
142 * @see MonkeySourceScript#validate()
149 for (MonkeySourceScript source: mScriptSources)
    [all...]
MonkeySourceScript.java 47 public class MonkeySourceScript implements MonkeyEventSource {
166 * Creates a MonkeySourceScript instance.
171 public MonkeySourceScript(Random random, String filename, long throttle,
    [all...]
Monkey.java 638 mEventSource = new MonkeySourceScript(mRandom, mScriptFileNames.get(0), mThrottle,
    [all...]

Completed in 170 milliseconds