HomeSort by relevance Sort by last modified time
    Searched refs:mSystemLocale (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LanguageSwitcher.java 39 private Locale mSystemLocale;
151 mSystemLocale = locale;
159 return mSystemLocale;
LatinIME.java 174 private String mSystemLocale;
354 mSystemLocale = conf.locale.toString();
498 // locale (mSystemLocale), then reload the input locale list from the
502 if (!TextUtils.equals(systemLocale, mSystemLocale)) {
503 mSystemLocale = systemLocale;
    [all...]

Completed in 161 milliseconds