Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAppLocaleCollector.java207 Set<LocaleStore.LocaleInfo> appLocaleList = new HashSet<>(); in getSupportedLocaleList() local
222 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()