Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
DInputMethodUtilsTest.java1050 InputMethodUtils.getSuitableLocalesForSpellChecker(LOCALE_EN_US); in testGetSuitableLocalesForSpellChecker()
1059 InputMethodUtils.getSuitableLocalesForSpellChecker(LOCALE_EN_GB); in testGetSuitableLocalesForSpellChecker()
1068 InputMethodUtils.getSuitableLocalesForSpellChecker(LOCALE_EN); in testGetSuitableLocalesForSpellChecker()
1077 InputMethodUtils.getSuitableLocalesForSpellChecker(LOCALE_EN_IN); in testGetSuitableLocalesForSpellChecker()
1087 InputMethodUtils.getSuitableLocalesForSpellChecker(LOCALE_JA_JP); in testGetSuitableLocalesForSpellChecker()
1099 InputMethodUtils.getSuitableLocalesForSpellChecker(LOCALE_FIL_PH); in testGetSuitableLocalesForSpellChecker()
1111 InputMethodUtils.getSuitableLocalesForSpellChecker(LOCALE_TH_TH_TH); in testGetSuitableLocalesForSpellChecker()
1131 InputMethodUtils.getSuitableLocalesForSpellChecker(localeWithVariant); in testGetSuitableLocalesForSpellChecker()
/frameworks/base/services/core/java/com/android/server/
DTextServicesManagerService.java398 InputMethodUtils.getSuitableLocalesForSpellChecker(systemLocal); in findAvailSpellCheckerLocked()
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java1430 public static ArrayList<Locale> getSuitableLocalesForSpellChecker( in getSuitableLocalesForSpellChecker() method in InputMethodUtils