Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScript.java48 private int mEventCountInScript = 0; //total number of events in the file field in MonkeySourceScript
110 return mEventCountInScript + POLICY_ADDITIONAL_EVENT_COUNT; in getOneRoundEventCount()
123 mEventCountInScript = -1; in readScriptHeader()
141 mEventCountInScript = Integer.parseInt(sLine.substring( in readScriptHeader()
378 System.out.println("Replaying " + mEventCountInScript + in validate()