Searched refs:mCurrentCountryIso (Results 1 – 5 of 5) sorted by relevance
36 private String mCurrentCountryIso; field in CountryMonitor59 if (mCurrentCountryIso == null) { in getCountryIso()70 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()73 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()80 return mCurrentCountryIso; in getCountryIso()
154 private String mCurrentCountryIso; field in LocaleTracker270 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()
45 private final String mCurrentCountryIso; field in SmsQueryHelper56 mCurrentCountryIso = Utils.getCurrentCountryIso(mContext); in SmsQueryHelper()93 cursor.getString(addressIndex), mCurrentCountryIso); in querySince()
51 private String mCurrentCountryIso; field in MmsQueryHelper61 mCurrentCountryIso = Utils.getCurrentCountryIso(mContext); in MmsQueryHelper()140 return PhoneNumberUtils.formatNumberToE164(address, mCurrentCountryIso); in getMmsAddress()
104 private String mCurrentCountryIso; field in CallLogManager575 if (mCurrentCountryIso == null) { in getCountryIso()588 mCurrentCountryIso = getCountryIsoFromCountry(newCountry); in getCountryIso()595 mCurrentCountryIso = getCountryIsoFromCountry(country); in getCountryIso()597 return mCurrentCountryIso; in getCountryIso()