Searched refs:newCountryIsoCode (Results 1 – 1 of 1) sorted by relevance
5072 private boolean networkCountryIsoChanged(String newCountryIsoCode, String prevCountryIsoCode) { in networkCountryIsoChanged() argument5077 if (TextUtils.isEmpty(newCountryIsoCode)) { in networkCountryIsoChanged()5090 return !newCountryIsoCode.equals(prevCountryIsoCode); in networkCountryIsoChanged()