Searched refs:mCurrentCountryIso (Results 1 – 3 of 3) 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()
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()