Searched refs:mDriverCountryCode (Results 1 – 1 of 1) sorted by relevance
97 private String mDriverCountryCode = null; field in WifiCountryCode287 if (mDriverCountryCode != null) { in registerListener()288 listener.onDriverCountryCodeChanged(mDriverCountryCode); in registerListener()518 || mTelephonyCountryCode.equals(mDriverCountryCode)) { in shouldDisconnectWifiToForceUpdate()526 if (mDriverCountryCode != null in shouldDisconnectWifiToForceUpdate()527 && !mDriverCountryCode.equalsIgnoreCase(mWorldModeCountryCode)) { in shouldDisconnectWifiToForceUpdate()553 return mDriverCountryCode; in getCurrentDriverCountryCode()602 pw.println("mDriverCountryCode: " + mDriverCountryCode); in dump()652 if (useDriverCountryCodeIfAvailable && mDriverCountryCode != null) { in pickCountryCode()655 return mDriverCountryCode; in pickCountryCode()[all …]