Searched refs:mLastKnownCountryCode (Results 1 – 2 of 2) sorted by relevance
75 private String mLastKnownCountryCode; field in IwlanNetworkStatusTracker607 if (!TextUtils.isEmpty(simCountry) && !TextUtils.isEmpty(mLastKnownCountryCode)) { in isInternationalRoaming()610 "SIM country = " + simCountry + ", current country = " + mLastKnownCountryCode); in isInternationalRoaming()611 isInternationalRoaming = !simCountry.equalsIgnoreCase(mLastKnownCountryCode); in isInternationalRoaming()636 && (TextUtils.isEmpty(mLastKnownCountryCode) in updateCountryCode()637 || !mLastKnownCountryCode.equalsIgnoreCase(newCountryCode))) { in updateCountryCode()638 mLastKnownCountryCode = newCountryCode; in updateCountryCode()639 Log.d(sLogTag, "Update the last known country code = " + mLastKnownCountryCode); in updateCountryCode()664 pw.println(prefix + "mLastKnownCountryCode=" + mLastKnownCountryCode); in dump()
58 private String mLastKnownCountryCode; field in AfcManager270 if (!mWifiGlobals.isAfcSupportedOnDevice() || countryCode.equals(mLastKnownCountryCode)) { in onCountryCodeChange()273 mLastKnownCountryCode = countryCode; in onCountryCodeChange()383 + mLastKnownCountryCode); in dump()386 + mLastKnownCountryCode); in dump()