Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DLatinImeStressTests.java30 final int maxWordCountToTypeInEachIteration = 20; in testSwitchLanguagesAndInputLatinRandomCodePoints() local
37 final int wordCount = random.nextInt(maxWordCountToTypeInEachIteration); in testSwitchLanguagesAndInputLatinRandomCodePoints()
47 final int maxWordCountToTypeInEachIteration = 20; in testSwitchLanguagesAndInputRandomCodePoints() local
55 final int wordCount = random.nextInt(maxWordCountToTypeInEachIteration); in testSwitchLanguagesAndInputRandomCodePoints()