OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FACTOR_APPSWITCH
(Results
1 - 2
of
2
) sorted by null
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java
84
public static final int
FACTOR_APPSWITCH
= 9;
135
mFactors[
FACTOR_APPSWITCH
] = 2.0f;
432
} else if (cls < mFactors[
FACTOR_APPSWITCH
]) {
Monkey.java
848
int i = MonkeySourceRandom.
FACTOR_APPSWITCH
;
[
all
...]
Completed in 95 milliseconds