Home
last modified time | relevance | path

Searched refs:setTelephonyCountryCodeAndUpdate (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiCountryCodeTest.java160 mWifiCountryCode.setTelephonyCountryCodeAndUpdate(mTelephonyCountryCode); in useTelephonyCountryCodeOnChange()
186 mWifiCountryCode.setTelephonyCountryCodeAndUpdate(mTelephonyCountryCode); in telephonyCountryCodeChangeAfterSupplicantStarts()
211 mWifiCountryCode.setTelephonyCountryCodeAndUpdate(mTelephonyCountryCode); in telephonyCountryCodeChangeAfterSupplicantStop()
222 mWifiCountryCode.setTelephonyCountryCodeAndUpdate(mTelephonyCountryCode); in telephonyCountryCodeChangeAfterSupplicantStop()
241 mWifiCountryCode.setTelephonyCountryCodeAndUpdate(mTelephonyCountryCode); in telephonyCountryCodeChangeAfterL2Connected()
263 mWifiCountryCode.setTelephonyCountryCodeAndUpdate(mTelephonyCountryCode); in telephonyCountryCodeChangeAfterL2ConnectedOnTwoClientModeManager()
302 mWifiCountryCode.setTelephonyCountryCodeAndUpdate(mTelephonyCountryCode); in resetCountryCodeWhenOutOfService()
305 mWifiCountryCode.setTelephonyCountryCodeAndUpdate(""); in resetCountryCodeWhenOutOfService()
324 mWifiCountryCode.setTelephonyCountryCodeAndUpdate(mTelephonyCountryCode); in doNotResetCountryCodeWhenOutOfService()
327 mWifiCountryCode.setTelephonyCountryCodeAndUpdate(""); in doNotResetCountryCodeWhenOutOfService()
[all …]
H A DWifiServiceImplTest.java5369 verify(mWifiCountryCode, never()).setTelephonyCountryCodeAndUpdate(any()); in testSimStateChangeDoesNotResetCountryCode()
5389 verify(mWifiCountryCode, never()).setTelephonyCountryCodeAndUpdate(any()); in testSimStateChangeDoesNotResetCountryCodeForRebroadcastedIntent()
7605 verify(mWifiCountryCode).setTelephonyCountryCodeAndUpdate(any()); in testCountryCodeBroadcastHanding()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiCountryCode.java334 public boolean setTelephonyCountryCodeAndUpdate(String countryCode) { in setTelephonyCountryCodeAndUpdate() method in WifiCountryCode
H A DWifiServiceImpl.java449 mCountryCode.setTelephonyCountryCodeAndUpdate(countryCode); in checkAndStartWifi()