Searched refs:validateKeyCategory (Results 1 - 1 of 1) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceRandom.java206 private static boolean validateKeyCategory(String catName, int[] keys, float factor) { method in class:MonkeySourceRandom
223 return validateKeyCategory("NAV_KEYS", NAV_KEYS, mFactors[FACTOR_NAV])
224 && validateKeyCategory("MAJOR_NAV_KEYS", MAJOR_NAV_KEYS, mFactors[FACTOR_MAJORNAV])
225 && validateKeyCategory("SYS_KEYS", SYS_KEYS, mFactors[FACTOR_SYSOPS]);

Completed in 39 milliseconds