Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCountryMonitor.java36 private String mCurrentCountryIso; field in CountryMonitor
59 if (mCurrentCountryIso == null) { in getCountryIso()
70 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()
73 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()
80 return mCurrentCountryIso; in getCountryIso()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DLocaleTracker.java154 private String mCurrentCountryIso; field in LocaleTracker
270 return (mCurrentCountryIso != null) ? mCurrentCountryIso : ""; in getCurrentCountry()
539 if (!Objects.equals(countryIso, mCurrentCountryIso)) { in updateLocale()
545 mCurrentCountryIso = countryIso; in updateLocale()
548 if (!TextUtils.isEmpty(mCurrentCountryIso)) { in updateLocale()
549 updateLastKnownCountryIso(mCurrentCountryIso); in updateLocale()
557 newProp.set(phoneId, mCurrentCountryIso); in updateLocale()
648 ipw.println("mCurrentCountryIso = " + mCurrentCountryIso); in dump()
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DSmsQueryHelper.java45 private final String mCurrentCountryIso; field in SmsQueryHelper
56 mCurrentCountryIso = Utils.getCurrentCountryIso(mContext); in SmsQueryHelper()
93 cursor.getString(addressIndex), mCurrentCountryIso); in querySince()
H A DMmsQueryHelper.java51 private String mCurrentCountryIso; field in MmsQueryHelper
61 mCurrentCountryIso = Utils.getCurrentCountryIso(mContext); in MmsQueryHelper()
140 return PhoneNumberUtils.formatNumberToE164(address, mCurrentCountryIso); in getMmsAddress()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallLogManager.java104 private String mCurrentCountryIso; field in CallLogManager
575 if (mCurrentCountryIso == null) { in getCountryIso()
588 mCurrentCountryIso = getCountryIsoFromCountry(newCountry); in getCountryIso()
595 mCurrentCountryIso = getCountryIsoFromCountry(country); in getCountryIso()
597 return mCurrentCountryIso; in getCountryIso()