Home
last modified time | relevance | path

Searched refs:mCurrentCountryIso (Results 1 – 3 of 3) 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()
/frameworks/base/services/people/java/com/android/server/people/data/
DSmsQueryHelper.java45 private final String mCurrentCountryIso; field in SmsQueryHelper
56 mCurrentCountryIso = Utils.getCurrentCountryIso(mContext); in SmsQueryHelper()
93 cursor.getString(addressIndex), mCurrentCountryIso); in querySince()
DMmsQueryHelper.java51 private String mCurrentCountryIso; field in MmsQueryHelper
61 mCurrentCountryIso = Utils.getCurrentCountryIso(mContext); in MmsQueryHelper()
140 return PhoneNumberUtils.formatNumberToE164(address, mCurrentCountryIso); in getMmsAddress()