Searched refs:getDisplayCountry (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/localepicker/src/com/android/localepicker/ |
D | LocaleHelper.java | 139 public static String getDisplayCountry(Locale locale, Locale displayLocale) { in getDisplayCountry() method in LocaleHelper 142 final String country = ULocale.getDisplayCountry(languageTag, uDisplayLocale); in getDisplayCountry() 158 public static String getDisplayCountry(Locale locale) { in getDisplayCountry() method in LocaleHelper 159 return ULocale.getDisplayCountry(locale.toLanguageTag(), ULocale.getDefault()); in getDisplayCountry()
|
D | LocaleStore.java | 133 mFullCountryNameNative = LocaleHelper.getDisplayCountry(mLocale, mLocale); in getFullCountryNameNative() 140 return LocaleHelper.getDisplayCountry(mLocale); in getFullCountryNameInUiLanguage()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | LocaleHelper.java | 114 public static String getDisplayCountry(Locale locale, Locale displayLocale) { in getDisplayCountry() method in LocaleHelper 117 final String country = ULocale.getDisplayCountry(languageTag, uDisplayLocale); in getDisplayCountry() 133 public static String getDisplayCountry(Locale locale) { in getDisplayCountry() method in LocaleHelper 134 return ULocale.getDisplayCountry(locale.toLanguageTag(), ULocale.getDefault()); in getDisplayCountry()
|
D | LocaleStore.java | 222 mFullCountryNameNative = LocaleHelper.getDisplayCountry(mLocale, mLocale); in getFullCountryNameNative() 229 return LocaleHelper.getDisplayCountry(mLocale); in getFullCountryNameInUiLanguage()
|
/frameworks/opt/localepicker/tests/src/com/android/localepicker/ |
D | LocaleHelperTest.java | 67 String displayCountry = LocaleHelper.getDisplayCountry(Locale.GERMANY, Locale.GERMANY); in getDisplayCountry_shouldReturnLocalizedCountryName()
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
D | TimeZoneData.java | 488 countryDisplayName = new Locale(lang, countryCode).getDisplayCountry(defaultLocale); in getCountryNames()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 48419 method public final java.lang.String getDisplayCountry(); 48420 method public java.lang.String getDisplayCountry(java.util.Locale);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 21240 HSPLcom/android/icu/util/LocaleNative;->getDisplayCountry(Ljava/util/Locale;Ljava/util/Locale;)Ljav… 28325 HSPLjava/util/Locale;->getDisplayCountry(Ljava/util/Locale;)Ljava/lang/String;
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 21176 HSPLcom/android/icu/util/LocaleNative;->getDisplayCountry(Ljava/util/Locale;Ljava/util/Locale;)Ljav…
|