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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 77 private Locale mSystemLocale;
107 mSystemLocale = null;
121 mSystemLocale = mResources.getConfiguration().locale;
294 mInputLocale = mSystemLocale;
295 String country = mSystemLocale.getCountry();
296 mInputLocaleStr = mSystemLocale.getLanguage()
297 + (TextUtils.isEmpty(country) ? "" : "_" + mSystemLocale.getLanguage());
466 return mSystemLocale;
476 if (!TextUtils.equals(systemLocale.toString(), mSystemLocale.toString())) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/
LanguageSwitcher.java 52 private Locale mSystemLocale;
188 mSystemLocale = locale;
196 return mSystemLocale;
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 56 private String mSystemLocale = "";
87 mSystemLocale = config.locale.toString();
262 context, subtype.getLocale(), mSystemLocale);

Completed in 477 milliseconds