Searched refs:getCurrentDriverCountryCode (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiCountryCodeTest.java | 228 assertEquals(mDefaultCountryCode, mWifiCountryCode.getCurrentDriverCountryCode()); in useDefaultCountryCode() 244 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentDriverCountryCode()); in useTelephonyCountryCodeOnBootup() 254 assertEquals(null, mWifiCountryCode.getCurrentDriverCountryCode()); in useTelephonyCountryCodeOnChange() 260 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentDriverCountryCode()); in useTelephonyCountryCodeOnChange() 271 assertEquals(mDefaultCountryCode, mWifiCountryCode.getCurrentDriverCountryCode()); in telephonyCountryCodeChangeAfterSupplicantStarts() 276 assertEquals(mDefaultCountryCode, mWifiCountryCode.getCurrentDriverCountryCode()); in telephonyCountryCodeChangeAfterSupplicantStarts() 284 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentDriverCountryCode()); in telephonyCountryCodeChangeAfterSupplicantStarts() 296 assertEquals(mDefaultCountryCode, mWifiCountryCode.getCurrentDriverCountryCode()); in telephonyCountryCodeChangeAfterSupplicantStop() 301 assertEquals(mDefaultCountryCode, mWifiCountryCode.getCurrentDriverCountryCode()); in telephonyCountryCodeChangeAfterSupplicantStop() 310 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentDriverCountryCode()); in telephonyCountryCodeChangeAfterSupplicantStop() [all …]
|
D | WifiServiceImplTest.java | 10638 when(mWifiCountryCode.getCurrentDriverCountryCode()).thenReturn(TEST_COUNTRY_CODE); in verifyRegisterDriverCountryCodeChangedListenerSucceededAndTriggerListener() 10659 when(mWifiCountryCode.getCurrentDriverCountryCode()).thenReturn(TEST_COUNTRY_CODE); in verifyRegisterDriverCountryCodeChangedListenerSucceededButNoNotifyListener()
|
D | ClientModeImplTest.java | 7619 when(mWifiCountryCode.getCurrentDriverCountryCode()).thenReturn("CN"); in testIpReachabilityFailureConfirm_disableHandleRssiOrganicKernelFailuresFlag()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiCountryCode.java | 552 public synchronized String getCurrentDriverCountryCode() { in getCurrentDriverCountryCode() method in WifiCountryCode
|
D | WifiServiceImpl.java | 1987 mCountryCode.getCurrentDriverCountryCode())) { in onDriverCountryCodeChanged() 1989 + mCountryCode.getCurrentDriverCountryCode()); in onDriverCountryCodeChanged() 2178 if (mCountryCode.getCurrentDriverCountryCode() != null) { in updateSoftApCapabilityWithAvailableChannelList() 4877 listener.onDriverCountryCodeChanged(mCountryCode.getCurrentDriverCountryCode());
|