Home
last modified time | relevance | path

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

/frameworks/opt/localepicker/src/com/android/localepicker/
DLocaleHelper.java139 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()
DLocaleStore.java133 mFullCountryNameNative = LocaleHelper.getDisplayCountry(mLocale, mLocale); in getFullCountryNameNative()
140 return LocaleHelper.getDisplayCountry(mLocale); in getFullCountryNameInUiLanguage()
/frameworks/base/core/java/com/android/internal/app/
DLocaleHelper.java114 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()
DLocaleStore.java222 mFullCountryNameNative = LocaleHelper.getDisplayCountry(mLocale, mLocale); in getFullCountryNameNative()
229 return LocaleHelper.getDisplayCountry(mLocale); in getFullCountryNameInUiLanguage()
/frameworks/opt/localepicker/tests/src/com/android/localepicker/
DLocaleHelperTest.java67 String displayCountry = LocaleHelper.getDisplayCountry(Locale.GERMANY, Locale.GERMANY); in getDisplayCountry_shouldReturnLocalizedCountryName()
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZoneData.java488 countryDisplayName = new Locale(lang, countryCode).getDisplayCountry(defaultLocale); in getCountryNames()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt48419 method public final java.lang.String getDisplayCountry();
48420 method public java.lang.String getDisplayCountry(java.util.Locale);
/frameworks/base/config/
Dboot-image-profile.txt21240 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/
Dboot-image-profile.txt21176 HSPLcom/android/icu/util/LocaleNative;->getDisplayCountry(Ljava/util/Locale;Ljava/util/Locale;)Ljav…