Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceRandom.java84 public static final int FACTOR_APPSWITCH = 9; field in MonkeySourceRandom
135 mFactors[FACTOR_APPSWITCH] = 2.0f; in MonkeySourceRandom()
432 } else if (cls < mFactors[FACTOR_APPSWITCH]) { in generateEvents()
DMonkey.java848 int i = MonkeySourceRandom.FACTOR_APPSWITCH; in processOptions()