Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DSystemLocaleCollector.java57 localeList = LocaleStore.getLevelLocales(mContext, in getSupportedLocaleList()
60 localeList = LocaleStore.getLevelLocales(mContext, langTagsToIgnore, in getSupportedLocaleList()
DLocaleStore.java582 public static Set<LocaleInfo> getLevelLocales(Context context, Set<String> ignorables, in getLevelLocales() method in LocaleStore
584 return getLevelLocales(context, ignorables, parent, translatedOnly, null); in getLevelLocales()
597 public static Set<LocaleInfo> getLevelLocales(Context context, Set<String> ignorables, in getLevelLocales() method in LocaleStore
DAppLocaleCollector.java153 return LocaleStore.getLevelLocales(mContext, langTagsToIgnore, parent, translatedOnly); in getSystemSupportedLocale()
/frameworks/base/tests/Internal/src/com/android/internal/app/
DLocaleStoreTest.java179 Set<LocaleInfo> localeInfos = LocaleStore.getLevelLocales( in getLevelLocales_languageTier_returnAllSupportLanguages()
207 Set<LocaleInfo> localeInfos = LocaleStore.getLevelLocales( in getLevelLocales_regionTierAndParentIsEn_returnEnLocales()
231 Set<LocaleInfo> localeInfos = LocaleStore.getLevelLocales( in getLevelLocales_numberingTierAndParentIsBnIn_returnBnInLocales()
247 Set<LocaleInfo> localeInfos = LocaleStore.getLevelLocales( in getLevelLocales_regionTierAndParentIsBnInAndIgnoreBn_returnEmpty()
262 Set<LocaleInfo> localeInfos = LocaleStore.getLevelLocales( in getLevelLocales_regionTierAndParentIsBnIn_returnBnLocaleFamily()
/frameworks/opt/localepicker/src/com/android/localepicker/
DLocaleStore.java349 public static Set<LocaleInfo> getLevelLocales(Context context, Set<String> ignorables, in getLevelLocales() method in LocaleStore