Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAppLocaleCollector.java230 filterSupportedLocales(getSystemCurrentLocales(), result.mAppSupportedLocales); in getSupportedLocaleList()
247 appLocaleList.addAll(filterSupportedLocales(systemLocaleList, in getSupportedLocaleList()
255 Set<LocaleStore.LocaleInfo> localeSet = filterSupportedLocales(mAllAppActiveLocales, in getSupportedLocaleList()
268 localeSet = filterSupportedLocales(mImeLocales, result.mAppSupportedLocales); in getSupportedLocaleList()
346 private Set<LocaleStore.LocaleInfo> filterSupportedLocales( in filterSupportedLocales() method in AppLocaleCollector