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