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

  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionarySettingsUtils.java 38 final Locale systemLocale = context.getResources().getConfiguration().locale;
39 return locale.getDisplayName(systemLocale);
InputMethodSubtypePreference.java 52 final Locale systemLocale = context.getResources().getConfiguration().locale;
53 mIsSystemLocale = subtypeLocaleString.equals(systemLocale.toString());
56 .equals(systemLocale.getLanguage());
InputMethodSettingValuesWrapper.java 189 final Locale systemLocale = context.getResources().getConfiguration().locale;
191 true /* checkDefaultAttribute */, systemLocale, false /* checkCountry */,
UserDictionaryAddWordContents.java 236 final String systemLocale = Locale.getDefault().toString();
238 locales.remove(systemLocale); // system locale may not be null
244 if (!systemLocale.equals(mLocale)) {
245 addLocaleDisplayNameToList(activity, localesList, systemLocale);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettingsUtils.java 39 final Locale systemLocale = context.getResources().getConfiguration().locale;
40 return locale.getDisplayName(systemLocale);
UserDictionaryAddWordContents.java 259 final String systemLocale = Locale.getDefault().toString();
261 locales.remove(systemLocale); // system locale may not be null
267 if (!systemLocale.equals(mLocale)) {
268 addLocaleDisplayNameToList(activity, localesList, systemLocale);
UserDictionarySettings.java 217 final Locale systemLocale = getResources().getConfiguration().locale;
218 if (!TextUtils.isEmpty(mLocale) && !mLocale.equals(systemLocale.toString())) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
KlpActionLabelTests.java 56 final Locale labelLocale, final Locale systemLocale) {
58 if (!systemLocale.equals(mSystemLocale)) {
60 mSystemLocale = systemLocale;
76 final String tag = "label=" + labelLocale + " system=" + systemLocale
86 job.runInLocale(getContext().getResources(), systemLocale);
112 final Locale labelLocale, final Locale systemLocale) {
114 if (!systemLocale.equals(mSystemLocale)) {
116 mSystemLocale = systemLocale;
134 final String tag = "label=" + subtype.getLocale() + " system=" + systemLocale
144 job.runInLocale(getContext().getResources(), systemLocale);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java 468 final Locale systemLocale = mContext.getResources().getConfiguration().locale;
485 && !systemLocale.equals(SubtypeLocaleUtils.getSubtypeLocale(subtype))) {
507 final Locale systemLocale = mContext.getResources().getConfiguration().locale;
509 richSubtype, implicitlyEnabledSubtype, systemLocale);
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 300 @Nullable final Locale systemLocale, @Nullable final Locale fallbackLocale) {
303 // 1. checkDefaultAttribute: true, locale: systemLocale, checkCountry: true
304 // 2. checkDefaultAttribute: true, locale: systemLocale, checkCountry: false
312 builder.fillImes(imis, context, true /* checkDefaultAttribute */, systemLocale,
317 builder.fillImes(imis, context, true /* checkDefaultAttribute */, systemLocale,
343 + " systemLocale=" + systemLocale + " fallbackLocale=" + fallbackLocale);
366 final Locale systemLocale = getSystemLocaleFromContext(context);
367 return getMinimumKeyboardSetWithSystemLocale(imis, context, systemLocale, fallbackLocale)
368 .fillImes(imis, context, true /* checkDefaultAttribute */, systemLocale,
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java     [all...]
MountService.java     [all...]

Completed in 491 milliseconds