Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DLocaleHelper.java142 public static String getDisplayCountry(Locale locale, Locale displayLocale) { in getDisplayCountry() method in LocaleHelper
145 final String country = ULocale.getDisplayCountry(languageTag, uDisplayLocale); in getDisplayCountry()
161 public static String getDisplayCountry(Locale locale) { in getDisplayCountry() method in LocaleHelper
162 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/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZoneData.java488 countryDisplayName = new Locale(lang, countryCode).getDisplayCountry(defaultLocale); in getCountryNames()
/frameworks/base/api/
Dcurrent.txt22109 method public String getDisplayCountry();
22110 method public String getDisplayCountry(android.icu.util.ULocale);
22111 method public static String getDisplayCountry(String, String);
22112 method public static String getDisplayCountry(String, android.icu.util.ULocale);
70001 method @NonNull public String getDisplayCountry();
70002 method @NonNull public String getDisplayCountry(@NonNull java.util.Locale);
/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);