Searched defs:systemLocale (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java2697 InputMethodInfo imi, int subtypeId, String subtypeLocale, String systemLocale) {
2706 mIsSystemLocale = subtypeLocale.equals(systemLocale);
2708 || subtypeLocale.startsWith(systemLocale.substring(0, 2));
2970 final String systemLocale = res.getConfiguration().locale.toString();
2971 if (TextUtils.isEmpty(systemLocale)) return new ArrayList<InputMethodSubtype>();
2997 // We just call systemLocale.startsWith(locale) in this function because there is no
3000 if (systemLocale.startsWith(locale)) {
3004 if (systemLocale.equals(applicableSubtype.getLocale())) continue;
3005 if (!systemLocale.equals(locale)) continue;
3026 res, subtypes, SUBTYPE_MODE_KEYBOARD, systemLocale, tru
2696 ImeSubtypeListItem(CharSequence imeName, CharSequence subtypeName, InputMethodInfo imi, int subtypeId, String subtypeLocale, String systemLocale) argument
[all...]

Completed in 54 milliseconds