Searched refs:mLastKnownCountryCode (Results 1 – 2 of 2) sorted by relevance
76 private String mLastKnownCountryCode; field in IwlanNetworkStatusTracker609 if (!TextUtils.isEmpty(simCountry) && !TextUtils.isEmpty(mLastKnownCountryCode)) { in isInternationalRoaming()612 "SIM country = " + simCountry + ", current country = " + mLastKnownCountryCode); in isInternationalRoaming()613 isInternationalRoaming = !simCountry.equalsIgnoreCase(mLastKnownCountryCode); in isInternationalRoaming()638 && (TextUtils.isEmpty(mLastKnownCountryCode) in updateCountryCode()639 || !mLastKnownCountryCode.equalsIgnoreCase(newCountryCode))) { in updateCountryCode()640 mLastKnownCountryCode = newCountryCode; in updateCountryCode()641 Log.d(sLogTag, "Update the last known country code = " + mLastKnownCountryCode); in updateCountryCode()666 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()