Home
last modified time | relevance | path

Searched refs:mScriptCount (Results 1 – 1 of 1) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceRandomScript.java43 private int mScriptCount = 0; field in MonkeySourceRandomScript
104 mCurrentSource = mScriptSources.get(mScriptCount % numSources); in getNextEvent()
105 mScriptCount++; in getNextEvent()