Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodAndSubtypeUtil.java377 final Locale locale = getDisplayLocale(context); in getSubtypeLocaleNameAsSentence()
391 final Locale locale = getDisplayLocale(context); in getSubtypeLocaleNameListAsSentence()
404 private static Locale getDisplayLocale(@Nullable final Context context) { in getDisplayLocale() method in InputMethodAndSubtypeUtil
H A DInputMethodAndSubtypeUtilCompat.java420 final Locale locale = getDisplayLocale(context); in getSubtypeLocaleNameAsSentence()
434 final Locale locale = getDisplayLocale(context); in getSubtypeLocaleNameListAsSentence()
447 private static Locale getDisplayLocale(@Nullable final Context context) { in getDisplayLocale() method in InputMethodAndSubtypeUtilCompat