Searched refs:mCurrentCountryIso (Results 1 – 1 of 1) sorted by relevance
153 private String mCurrentCountryIso; field in LocaleTracker280 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()