HomeSort by relevance Sort by last modified time
    Searched full:subtypelocalestring (Results 1 - 1 of 1) sorted by null

  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodSubtypePreference.java 47 final String subtypeLocaleString = subtype.getLocale();
48 if (TextUtils.isEmpty(subtypeLocaleString)) {
53 mIsSystemLocale = subtypeLocaleString.equals(systemLocale.toString());
55 || InputMethodUtils.getLanguageFromLocaleString(subtypeLocaleString)

Completed in 639 milliseconds