Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAppLocaleStore.java67 appSupportedLocales = filterNotMatchingLocale(appSupportedLocales, assetLocale); in getAppSupportedLocales()
112 private static HashSet<Locale> filterNotMatchingLocale( in filterNotMatchingLocale() method in AppLocaleStore