Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java8649 String matchLocaleFromSupportedLocaleList(Phone phone, @NonNull Locale inputLocale) { in matchLocaleFromSupportedLocaleList() argument
8653 if (LocaleList.matchesLanguageAndScript(inputLocale, Locale.forLanguageTag(localeTag)) in matchLocaleFromSupportedLocaleList()
8654 && TextUtils.equals(inputLocale.getCountry(), in matchLocaleFromSupportedLocaleList()
8659 return inputLocale.toLanguageTag(); in matchLocaleFromSupportedLocaleList()