Searched refs:supportedLocale (Results 1 – 2 of 2) sorted by relevance
139 Locale supportedLocale = Locale.forLanguageTag(localeTag); in initNumberingSystemOptionsUi() local140 if (isSameBaseLocale(targetLocale, supportedLocale)) { in initNumberingSystemOptionsUi()142 String numberingName = getNumberingSystem(supportedLocale); in initNumberingSystemOptionsUi()144 String key = supportedLocale.getUnicodeLocaleType( in initNumberingSystemOptionsUi()147 pref.setSelected(isSameNumberingSystem(targetLocale, supportedLocale)); in initNumberingSystemOptionsUi()
8650 String[] supportedLocale = com.android.internal.app.LocalePicker.getSupportedLocales( in matchLocaleFromSupportedLocaleList() local8652 for (String localeTag : supportedLocale) { in matchLocaleFromSupportedLocaleList()