Searched refs:notifyCountryCodeChanged (Results 1 – 3 of 3) sorted by relevance
1148 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()
1431 public void notifyCountryCodeChanged(@Nullable String newCountryCode) { in notifyCountryCodeChanged() method in WifiNl80211Manager1436 mWificond.notifyCountryCodeChanged(); in notifyCountryCodeChanged()
10153 method public void notifyCountryCodeChanged(@Nullable String);