Searched refs:mTelephonyCountryCode (Results 1 – 2 of 2) sorted by relevance
41 private String mTelephonyCountryCode = "JP"; field in WifiCountryCodeTest83 mWifiCountryCode.setCountryCode(mTelephonyCountryCode, false); in useTelephonyCountryCode()90 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentCountryCode()); in useTelephonyCountryCode()103 mWifiCountryCode.setCountryCode(mTelephonyCountryCode, false); in setTelephonyCountryCodeAfterSupplicantStarts()107 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentCountryCode()); in setTelephonyCountryCodeAfterSupplicantStarts()121 mWifiCountryCode.setCountryCode(mTelephonyCountryCode, false); in setTelephonyCountryCodeAfterL2Connected()127 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentCountryCode()); in setTelephonyCountryCodeAfterL2Connected()136 mWifiCountryCode.setCountryCode(mTelephonyCountryCode, false); in resetCountryCodeWhenSIMCardRemoved()141 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentCountryCode()); in resetCountryCodeWhenSIMCardRemoved()145 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentCountryCode()); in resetCountryCodeWhenSIMCardRemoved()[all …]
36 private String mTelephonyCountryCode = null; field in WifiCountryCode87 mTelephonyCountryCode = null; in simCardRemoved()101 mTelephonyCountryCode = null; in airplaneModeEnabled()104 mTelephonyCountryCode = null; in airplaneModeEnabled()142 mTelephonyCountryCode = countryCode.toUpperCase(); in setCountryCode()175 if (mTelephonyCountryCode != null) { in pickCountryCode()176 return mTelephonyCountryCode; in pickCountryCode()