Searched refs:countryName (Results 1 – 4 of 4) sorted by relevance
254 public void setCallRateInformation(String countryName, String displayRate) { in setCallRateInformation() argument255 if (TextUtils.isEmpty(countryName) && TextUtils.isEmpty(displayRate)) { in setCallRateInformation()260 mIldCountry.setText(countryName); in setCallRateInformation()
266 public void setCallRateInformation(String countryName, String displayRate) { in setCallRateInformation() argument267 if (TextUtils.isEmpty(countryName) && TextUtils.isEmpty(displayRate)) { in setCallRateInformation()272 ildCountry.setText(countryName); in setCallRateInformation()
686 public void setCallRateInformation(String countryName, String displayRate) { in setCallRateInformation() argument687 dialpadView.setCallRateInformation(countryName, displayRate); in setCallRateInformation()
1037 String countryName = null; in setLocationInfo() local1040 countryName = new Locale(locale.getLanguage(), countryIso, locale.getVariant()) in setLocationInfo()1043 if (TextUtils.isEmpty(countryName)) { in setLocationInfo()1047 location.setText(countryName); in setLocationInfo()