Searched refs:getLevelLocales (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | SystemLocaleCollector.java | 57 localeList = LocaleStore.getLevelLocales(mContext, in getSupportedLocaleList() 60 localeList = LocaleStore.getLevelLocales(mContext, langTagsToIgnore, in getSupportedLocaleList()
|
D | LocaleStore.java | 582 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
|
D | AppLocaleCollector.java | 153 return LocaleStore.getLevelLocales(mContext, langTagsToIgnore, parent, translatedOnly); in getSystemSupportedLocale()
|
/frameworks/base/tests/Internal/src/com/android/internal/app/ |
D | LocaleStoreTest.java | 179 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/ |
D | LocaleStore.java | 349 public static Set<LocaleInfo> getLevelLocales(Context context, Set<String> ignorables, in getLevelLocales() method in LocaleStore
|