Searched refs:getCurrentCountryCode (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiCountryCodeTest.java | 74 assertEquals(mDefaultCountryCode, mWifiCountryCode.getCurrentCountryCode()); in useDefaultCountryCode() 84 assertEquals(null, mWifiCountryCode.getCurrentCountryCode()); in useTelephonyCountryCode() 90 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentCountryCode()); in useTelephonyCountryCode() 101 assertEquals(mDefaultCountryCode, mWifiCountryCode.getCurrentCountryCode()); in setTelephonyCountryCodeAfterSupplicantStarts() 107 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentCountryCode()); in setTelephonyCountryCodeAfterSupplicantStarts() 123 assertEquals(mDefaultCountryCode, mWifiCountryCode.getCurrentCountryCode()); in setTelephonyCountryCodeAfterL2Connected() 127 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentCountryCode()); in setTelephonyCountryCodeAfterL2Connected() 141 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentCountryCode()); in resetCountryCodeWhenSIMCardRemoved() 145 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentCountryCode()); in resetCountryCodeWhenSIMCardRemoved() 149 assertEquals(mDefaultCountryCode, mWifiCountryCode.getCurrentCountryCode()); in resetCountryCodeWhenSIMCardRemoved() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiCountryCode.java | 154 public synchronized String getCurrentCountryCode() { in getCurrentCountryCode() method in WifiCountryCode
|
D | WifiServiceImpl.java | 1136 String country = mCountryCode.getCurrentCountryCode(); in getCountryCode()
|
D | WifiStateMachine.java | 2293 if (mCountryCode.getCurrentCountryCode() != null) { in dump() 2294 pw.println("CurrentCountryCode " + mCountryCode.getCurrentCountryCode()); in dump() 7661 mCm, mCountryCode.getCurrentCountryCode(), in enter()
|