Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTestsLanguageWithoutSpaces.java29 changeKeyboardLocaleAndDictLocale("th", "en_US"); in testAutoCorrectForLanguageWithoutSpaces()
39 changeKeyboardLocaleAndDictLocale("th", "en_US"); in testRevertAutoCorrectForLanguageWithoutSpaces()
55 changeKeyboardLocaleAndDictLocale("th", "en_US"); in testDontResumeSuggestionOnBackspace()
73 changeKeyboardLocaleAndDictLocale("th", "en_US"); in testStartComposingInsideText()
96 changeKeyboardLocaleAndDictLocale("th", "en_US"); in testMovingCursorInsideWordAndType()
122 changeKeyboardLocaleAndDictLocale("th", "en_US"); in testPredictions()
DInputTestsBase.java404 protected void changeKeyboardLocaleAndDictLocale(final String keyboardLocale, in changeKeyboardLocaleAndDictLocale() method in InputTestsBase