Searched refs:inputLocale (Results 1 – 1 of 1) sorted by relevance
8649 String matchLocaleFromSupportedLocaleList(Phone phone, @NonNull Locale inputLocale) { in matchLocaleFromSupportedLocaleList() argument8653 if (LocaleList.matchesLanguageAndScript(inputLocale, Locale.forLanguageTag(localeTag)) in matchLocaleFromSupportedLocaleList()8654 && TextUtils.equals(inputLocale.getCountry(), in matchLocaleFromSupportedLocaleList()8659 return inputLocale.toLanguageTag(); in matchLocaleFromSupportedLocaleList()