Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAppLocaleCollector.java208 Set<LocaleStore.LocaleInfo> systemLocaleList; in getSupportedLocaleList() local
215 systemLocaleList = getSystemSupportedLocale(langTagsToIgnore, parent, translatedOnly); in getSupportedLocaleList()
217 systemLocaleList = getSystemSupportedLocale(langTagsToIgnore, null, translatedOnly); in getSupportedLocaleList()
247 appLocaleList.addAll(filterSupportedLocales(systemLocaleList, in getSupportedLocaleList()