Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/monkey/
DMonkeyBase.java185 private int mThrottle = 0; field in MonkeyBase
595 if (mThrottle >= 1) { in buildMonkeyCommand()
597 cmdList.add(Integer.toString(mThrottle)); in buildMonkeyCommand()