Searched refs:appLocaleList (Results 1 – 1 of 1) sorted by relevance
207 Set<LocaleStore.LocaleInfo> appLocaleList = new HashSet<>(); in getSupportedLocaleList() local222 appLocaleList.add(mAppCurrentLocale); in getSupportedLocaleList()239 appLocaleList.add(localeInfo); in getSupportedLocaleList()247 appLocaleList.addAll(filterSupportedLocales(systemLocaleList, in getSupportedLocaleList()249 suggestedSet = getSuggestedLocales(appLocaleList); in getSupportedLocaleList()264 appLocaleList.addAll(localeSet); in getSupportedLocaleList()272 appLocaleList.addAll(localeSet); in getSupportedLocaleList()278 appLocaleList.add(LocaleStore.getSystemDefaultLocaleInfo( in getSupportedLocaleList()283 Log.d(TAG, "App locale list: " + appLocaleList); in getSupportedLocaleList()286 return appLocaleList; in getSupportedLocaleList()