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 WifiCountryCode94 mTelephonyCountryCode = null; in airplaneModeEnabled()128 mTelephonyCountryCode = null; in setCountryCode()131 mTelephonyCountryCode = countryCode.toUpperCase(Locale.US); in setCountryCode()176 pw.println("mTelephonyCountryCode: " + mTelephonyCountryCode); in dump()201 if (mTelephonyCountryCode != null) { in pickCountryCode()202 return mTelephonyCountryCode; in pickCountryCode()