Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeTest.java1285 verify(mWifiCountryCodeChangeListener).onSetCountryCodeSucceeded(testCountryCode); in testSetStaCountryCodeSuccessful()
1298 .onSetCountryCodeSucceeded(testCountryCode); in testSetStaCountryCodeFailure()
1310 verify(mWifiCountryCodeChangeListener).onSetCountryCodeSucceeded(testCountryCode); in testSetApCountryCodeSuccessful()
1323 .onSetCountryCodeSucceeded(testCountryCode); in testSetApCountryCodeFailure()
1335 verify(mWifiCountryCodeChangeListener).onSetCountryCodeSucceeded(testCountryCode); in testSetChipCountryCodeSuccessful()
1348 .onSetCountryCodeSucceeded(testCountryCode); in testSetChipCountryCodeFailure()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java153 public void onSetCountryCodeSucceeded(String country) { in onSetCountryCodeSucceeded() method in WifiCountryCode.CountryChangeListenerInternal
219 default void onSetCountryCodeSucceeded(String country) {} in onSetCountryCodeSucceeded() method
DWifiNative.java179 public void onSetCountryCodeSucceeded(String country) { in onSetCountryCodeSucceeded() method in WifiNative.CountryCodeChangeListenerInternal
182 mListener.onSetCountryCodeSucceeded(country); in onSetCountryCodeSucceeded()
2261 mCountryCodeChangeListener.onSetCountryCodeSucceeded(countryCode);
3405 mCountryCodeChangeListener.onSetCountryCodeSucceeded(countryCode);
3420 mCountryCodeChangeListener.onSetCountryCodeSucceeded(countryCode);