Searched refs:mTelephonyCountryCode (Results 1 – 2 of 2) sorted by relevance
46 private String mTelephonyCountryCode = "JP"; field in WifiCountryCodeTest86 mWifiCountryCode.setCountryCode(mTelephonyCountryCode); in useTelephonyCountryCode()93 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCountryCodeSentToDriver()); in useTelephonyCountryCode()106 mWifiCountryCode.setCountryCode(mTelephonyCountryCode); in setTelephonyCountryCodeAfterSupplicantStarts()110 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCountryCodeSentToDriver()); in setTelephonyCountryCodeAfterSupplicantStarts()124 mWifiCountryCode.setCountryCode(mTelephonyCountryCode); in setTelephonyCountryCodeAfterL2Connected()130 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCountryCodeSentToDriver()); in setTelephonyCountryCodeAfterL2Connected()143 mWifiCountryCode.setCountryCode(mTelephonyCountryCode); in resetCountryCodeWhenOutOfService()144 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCountryCode()); in resetCountryCodeWhenOutOfService()167 mWifiCountryCode.setCountryCode(mTelephonyCountryCode); in doNotResetCountryCodeWhenOutOfService()[all …]
46 private String mTelephonyCountryCode = null; field in WifiCountryCode112 mTelephonyCountryCode = countryCode.toUpperCase(Locale.US); in enableForceCountryCode()129 mTelephonyCountryCode = null; in disableForceCountryCode()151 mTelephonyCountryCode = null; in setCountryCode()154 mTelephonyCountryCode = countryCode.toUpperCase(Locale.US); in setCountryCode()199 pw.println("mTelephonyCountryCode: " + mTelephonyCountryCode); in dump()224 if (mTelephonyCountryCode != null) { in pickCountryCode()225 return mTelephonyCountryCode; in pickCountryCode()