Searched refs:getCountry (Results 1 – 25 of 27) sorted by relevance
12
449 subtypeLocale.getCountry().equals(locale.getCountry()) && in findSubtypeByLocale()458 subtypeLocale.getCountry().equals(locale.getCountry())) { in findSubtypeByLocale()
359 if (!TextUtils.isEmpty(inputLocale.getCountry())) { in getShortcutsForLocale()474 if (!TextUtils.isEmpty(inputLocale.getCountry())) { in expandShortcut()
89 && s.getCountries().contains(Locale.getDefault().getCountry())) { in getItemList()140 && s.getCountries().contains(Locale.getDefault().getCountry())) { in setDefaultRatingSystemsIfNeeded()
55 return Locale.getDefault().getCountry(); in getCountryIso()
58 countryIso = locale.getCountry(); in getCurrentCountryIso()
65 public String getCountry() { in getCountry() method in StructuredPostalDataItem
35 String countryIso = Locale.getDefault().getCountry(); in getLocaleDefaultToUS()
66 return locale.getLanguage() + "-" + locale.getCountry().toLowerCase(); in getLocale()
47 return locale.getCountry(); in getCurrentCountryIso()
78 country = Locale.getDefault().getCountry(); in getSimOrDefaultLocaleCountry()
326 final String country = locale.getCountry(); in addLocaleToHttpAcceptLanguage()
206 mCountries.add(new Locale("", country).getCountry()); in addCountry()250 if (mCountries.contains(locale.getCountry())) { in build()
125 String currentCountry = Locale.getDefault().getCountry(); in computeAddress()327 writeUTF(dos, locale.getCountry()); in lookupAddress()
294 final String country = locale.getCountry(); in addLocaleToHttpAcceptLanguage()428 return Locale.getDefault().getCountry(); in getSimOrLocaleCountry()
189 return defaultLocale.getCountry(); in getLocaleBasedCountryIso()
78 String country = locale.getCountry(); in getLanguage()
169 return locale.getLanguage() + "_" + locale.getCountry(); in localeToString()
92 String countryIso = Locale.getDefault().getCountry(); in getFormattedNumber()
421 return Locale.getDefault().getCountry(); in getCountryIsoFromCountry()
315 final String country = postalData.getCountry();
345 intent.putExtra("country", mCurrentDefaultLocale.getCountry()); in getSampleText()
356 if (!locale.getCountry().isEmpty()) {
688 final String country = Locale.getDefault().getCountry(); in getLocaleCountry()
434 intent.putExtra("country", mCurrentDefaultLocale.getCountry()); in getSampleText()
479 countryIso = Locale.getDefault().getCountry(); in getCurrentCountryIso()