Home
last modified time | relevance | path

Searched defs:newLocale (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DRunInLocale.java36 public T runInLocale(final Resources res, final Locale newLocale) { in runInLocale()
DDistracterFilterCheckingExactMatchesAndSuggestions.java113 private void loadKeyboardForLocale(final Locale newLocale) { in loadKeyboardForLocale()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DLocaleUtils.java170 public static Locale setSystemLocale(final Resources res, final Locale newLocale) { in setSystemLocale()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSubtypeSwitcher.java174 final Locale newLocale = SubtypeLocaleUtils.getSubtypeLocale(newSubtype); in onSubtypeChanged() local
DDictionaryFacilitator.java210 public void resetDictionaries(final Context context, final Locale newLocale, in resetDictionaries()
218 public void resetDictionariesWithDictNamePrefix(final Context context, final Locale newLocale, in resetDictionariesWithDictNamePrefix()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1523 private static LocaleSet updateLocaleSet(LocaleSet oldLocales, Locale newLocale) { in updateLocaleSet()