Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAppLocaleStore.java44 HashSet<Locale> assetLocale = getAssetLocales(context, packageName); in getAppSupportedLocales() local
60 ", 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() argument
115 .filter(locale -> matchLanguageInSet(locale, assetLocale)) in filterNotMatchingLocale()