Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java5382 private boolean networkCountryIsoChanged(String newCountryIsoCode, String prevCountryIsoCode) { in networkCountryIsoChanged() argument
5387 if (TextUtils.isEmpty(newCountryIsoCode)) { in networkCountryIsoChanged()
5400 return !newCountryIsoCode.equals(prevCountryIsoCode); in networkCountryIsoChanged()