Searched refs:filterSupportedLocales (Results 1 – 1 of 1) sorted by relevance
230 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