Home
last modified time | relevance | path

Searched refs:getFallbackLocaleForDefaultIme (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodInfoUtils.java173 final Locale fallbackLocale = getFallbackLocaleForDefaultIme(imis, context); in getDefaultEnabledImes()
288 private static Locale getFallbackLocaleForDefaultIme(ArrayList<InputMethodInfo> imis, in getFallbackLocaleForDefaultIme() method in InputMethodInfoUtils