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()
995 String countryName = null; in setLocationInfo() local998 countryName = new Locale(locale.getLanguage(), countryIso, locale.getVariant()) in setLocationInfo()1001 if (TextUtils.isEmpty(countryName)) { in setLocationInfo()1005 location.setText(countryName); in setLocationInfo()