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
212 mEventCountInScript = Integer.parseInt(value); in readHeader()
875 Logger.out.println("Replaying " + mEventCountInScript + " events with speed " + mSpeed); in validate()