Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4950 private boolean networkCountryIsoChanged(String newCountryIsoCode, String prevCountryIsoCode) { in networkCountryIsoChanged() argument
4962 if (TextUtils.isEmpty(prevCountryIsoCode)) { in networkCountryIsoChanged()
4968 return !newCountryIsoCode.equals(prevCountryIsoCode); in networkCountryIsoChanged()