Searched defs:translatedOnly (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | LocalePickerWithRegion.java | 84 HashSet<String> getIgnoredLocaleList(boolean translatedOnly); in getIgnoredLocaleList() 88 boolean translatedOnly, boolean isForCountryMode); in getSupportedLocaleList() 96 boolean translatedOnly, OnActionExpandListener onActionExpandListener, in createNumberingSystemPicker() 108 boolean translatedOnly, OnActionExpandListener onActionExpandListener, in createCountryPicker() 118 LocaleSelectedListener listener, boolean translatedOnly) { in createLanguagePicker() 123 LocaleSelectedListener listener, boolean translatedOnly, LocaleList explicitLocales) { in createLanguagePicker() 129 LocaleSelectedListener listener, boolean translatedOnly, LocaleList explicitLocales, in createLanguagePicker() 162 boolean translatedOnly, LocaleCollectorBase localePickerController) { in setListener()
|
D | SystemLocaleCollector.java | 41 public HashSet<String> getIgnoredLocaleList(boolean translatedOnly) { in getIgnoredLocaleList() 53 boolean translatedOnly, boolean isForCountryMode) { in getSupportedLocaleList()
|
D | AppLocaleCollector.java | 152 LocaleStore.LocaleInfo parent, boolean translatedOnly) { in getSystemSupportedLocale() 170 public HashSet<String> getIgnoredLocaleList(boolean translatedOnly) { in getIgnoredLocaleList() 195 boolean translatedOnly, boolean isForCountryMode) { in getSupportedLocaleList()
|
D | LocaleStore.java | 544 Set<String> ignorables, LocaleInfo li, boolean translatedOnly) { in isShallIgnore() 583 LocaleInfo parent, boolean translatedOnly) { in getLevelLocales() 598 LocaleInfo parent, boolean translatedOnly, LocaleList explicitLocales) { in getLevelLocales() 612 boolean translatedOnly, in getTierLocales()
|
/frameworks/opt/localepicker/src/com/android/localepicker/ |
D | LocaleStore.java | 334 private static int getLevel(Set<String> ignorables, LocaleInfo li, boolean translatedOnly) { in getLevel() 350 LocaleInfo parent, boolean translatedOnly) { in getLevelLocales()
|