Home
last modified time | relevance | path

Searched refs:notifyCountryCodeChanged (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DWifiNl80211ManagerTest.java1166 doNothing().when(mWificond).notifyCountryCodeChanged(); in testNotifyCountryCodeChanged()
1167 mWificondControl.notifyCountryCodeChanged(TEST_COUNTRY_CODE); in testNotifyCountryCodeChanged()
1168 verify(mWificond).notifyCountryCodeChanged(); in testNotifyCountryCodeChanged()
1176 doThrow(new RemoteException()).when(mWificond).notifyCountryCodeChanged(); in testNotifyCountryCodeChangedRemoteException()
1177 mWificondControl.notifyCountryCodeChanged(TEST_COUNTRY_CODE); in testNotifyCountryCodeChangedRemoteException()
1178 verify(mWificond).notifyCountryCodeChanged(); in testNotifyCountryCodeChangedRemoteException()
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java1420 public void notifyCountryCodeChanged(@Nullable String newCountryCode) { in notifyCountryCodeChanged() method in WifiNl80211Manager
1425 mWificond.notifyCountryCodeChanged(); in notifyCountryCodeChanged()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt9936 method public void notifyCountryCodeChanged(@Nullable String);