HomeSort by relevance Sort by last modified time
    Searched defs:systemLocale (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordContents.java 209 final String systemLocale = Locale.getDefault().toString();
211 locales.remove(systemLocale); // system locale may not be null
217 if (!systemLocale.equals(mLocale)) {
218 addLocaleDisplayNameToList(activity, localesList, systemLocale);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 283 final Locale systemLocale = conf.locale;
285 if (!systemLocale.equals(mCurrentSystemLocale)) {
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 59 milliseconds