Searched refs:mFrameworkCountryCode (Results 1 – 1 of 1) sorted by relevance
98 private String mFrameworkCountryCode = null; field in WifiCountryCode445 if (countryCode.equalsIgnoreCase(mFrameworkCountryCode)) { in updateCountryCodeFromScanResults()450 mFrameworkCountryCode = countryCode; in updateCountryCodeFromScanResults()606 pw.println("mFrameworkCountryCode: " + mFrameworkCountryCode); in dump()657 if (mFrameworkCountryCode != null && isCcUpdateGenericEnabled()) { in pickCountryCode()658 return mFrameworkCountryCode; in pickCountryCode()