Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java153 private String mCurrentCountryIso; field in LocaleTracker
280 return (mCurrentCountryIso != null) ? mCurrentCountryIso : ""; in getCurrentCountry()
548 if (!Objects.equals(countryIso, mCurrentCountryIso)) { in updateLocale()
554 mCurrentCountryIso = countryIso; in updateLocale()
557 if (!TextUtils.isEmpty(mCurrentCountryIso)) { in updateLocale()
558 updateLastKnownCountryIso(mCurrentCountryIso); in updateLocale()
566 newProp.set(phoneId, mCurrentCountryIso); in updateLocale()
657 ipw.println("mCurrentCountryIso = " + mCurrentCountryIso); in dump()