Searched refs:mCurrentSource (Results 1 - 1 of 1) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceRandomScript.java36 private MonkeySourceScript mCurrentSource = null; field in class:MonkeySourceRandomScript
60 mCurrentSource = mSetupSource;
96 if (mCurrentSource == null) {
99 mCurrentSource = mScriptSources.get(0);
102 mCurrentSource = mScriptSources.get(mRandom.nextInt(numSources));
104 mCurrentSource = mScriptSources.get(mScriptCount % numSources);
110 if (mCurrentSource != null) {
111 MonkeyEvent nextEvent = mCurrentSource.getNextEvent();
113 mCurrentSource = null;

Completed in 29 milliseconds