Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAppLocaleStore.java43 HashSet<Locale> appSupportedLocales = new HashSet<>(); in getAppSupportedLocales() local
64 appSupportedLocales.add(packageLocaleList.get(i)); in getAppSupportedLocales()
67 appSupportedLocales = filterNotMatchingLocale(appSupportedLocales, assetLocale); in getAppSupportedLocales()
70 if (appSupportedLocales.size() > 0) { in getAppSupportedLocales()
78 appSupportedLocales = assetLocale; in getAppSupportedLocales()
86 + ", appSupportedLocales:" + appSupportedLocales.size()); in getAppSupportedLocales()
87 return new AppLocaleResult(localeStatus, appSupportedLocales); in getAppSupportedLocales()
113 HashSet<Locale> appSupportedLocales, HashSet<Locale> assetLocale) { in filterNotMatchingLocale() argument
114 return appSupportedLocales.stream() in filterNotMatchingLocale()
169 public AppLocaleResult(LocaleStatus localeStatus, HashSet<Locale> appSupportedLocales) { in AppLocaleResult() argument
[all …]
DAppLocaleCollector.java348 HashSet<Locale> appSupportedLocales) { in filterSupportedLocales() argument
352 if (appSupportedLocales.contains(li.getLocale())) { in filterSupportedLocales()
355 for (Locale l : appSupportedLocales) { in filterSupportedLocales()