Searched refs:assetLocale (Results 1 – 1 of 1) sorted by relevance
44 HashSet<Locale> assetLocale = getAssetLocales(context, packageName); in getAppSupportedLocales() local60 ", assetLocale size: " + assetLocale.size() + in getAppSupportedLocales()67 appSupportedLocales = filterNotMatchingLocale(appSupportedLocales, assetLocale); in getAppSupportedLocales()76 if (assetLocale.size() > 0) { in getAppSupportedLocales()78 appSupportedLocales = assetLocale; in getAppSupportedLocales()113 HashSet<Locale> appSupportedLocales, HashSet<Locale> assetLocale) { in filterNotMatchingLocale() argument115 .filter(locale -> matchLanguageInSet(locale, assetLocale)) in filterNotMatchingLocale()