Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DLocaleStore.java415 Locale sysLocale = getLocaleWithOnlyNumberingSystem(systemLangList.get(i)); in getSystemCurrentLocales()
724 Locale filteredLocale = getLocaleWithOnlyNumberingSystem(locale); in getLocaleInfo()
743 private static Locale getLocaleWithOnlyNumberingSystem(Locale locale) { in getLocaleWithOnlyNumberingSystem() method in LocaleStore
753 Locale localeWithNumberingSystem = getLocaleWithOnlyNumberingSystem(locale); in addLocaleInfoToMap()