Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
DWifiNl80211ManagerTest.java1148 doNothing().when(mWificond).notifyCountryCodeChanged(); in testNotifyCountryCodeChanged()
1149 mWificondControl.notifyCountryCodeChanged(TEST_COUNTRY_CODE); in testNotifyCountryCodeChanged()
1150 verify(mWificond).notifyCountryCodeChanged(); in testNotifyCountryCodeChanged()
1158 doThrow(new RemoteException()).when(mWificond).notifyCountryCodeChanged(); in testNotifyCountryCodeChangedRemoteException()
1159 mWificondControl.notifyCountryCodeChanged(TEST_COUNTRY_CODE); in testNotifyCountryCodeChangedRemoteException()
1160 verify(mWificond).notifyCountryCodeChanged(); in testNotifyCountryCodeChangedRemoteException()
/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
DWifiNl80211Manager.java1431 public void notifyCountryCodeChanged(@Nullable String newCountryCode) { in notifyCountryCodeChanged() method in WifiNl80211Manager
1436 mWificond.notifyCountryCodeChanged(); in notifyCountryCodeChanged()
/frameworks/base/core/api/
Dsystem-current.txt10153 method public void notifyCountryCodeChanged(@Nullable String);