Searched refs:appSupportedLocales (Results 1 – 2 of 2) sorted by relevance
43 HashSet<Locale> appSupportedLocales = new HashSet<>(); in getAppSupportedLocales() local64 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() argument114 return appSupportedLocales.stream() in filterNotMatchingLocale()169 public AppLocaleResult(LocaleStatus localeStatus, HashSet<Locale> appSupportedLocales) { in AppLocaleResult() argument[all …]
348 HashSet<Locale> appSupportedLocales) { in filterSupportedLocales() argument352 if (appSupportedLocales.contains(li.getLocale())) { in filterSupportedLocales()355 for (Locale l : appSupportedLocales) { in filterSupportedLocales()