Searched refs:ActiveCountryCodeChangedCallback (Results 1 – 10 of 10) sorted by relevance
107 protected ActiveCountryCodeChangedCallback mActiveCountryCodeChangedCallback;543 mActiveCountryCodeChangedCallback = new ActiveCountryCodeChangedCallback(); in startAutoRefresh()557 protected class ActiveCountryCodeChangedCallback implements class in WifiHotspotRepository558 WifiManager.ActiveCountryCodeChangedCallback {
33 import android.net.wifi.WifiManager.ActiveCountryCodeChangedCallback;162 private class WifiCountryCodeCallback implements ActiveCountryCodeChangedCallback {
34 import android.net.wifi.WifiManager.ActiveCountryCodeChangedCallback;320 private class WifiCountryCodeCallback implements ActiveCountryCodeChangedCallback {
55 import android.net.wifi.WifiManager.ActiveCountryCodeChangedCallback;116 @Captor private ArgumentCaptor<ActiveCountryCodeChangedCallback> mWifiCountryCodeReceiverCaptor;
48 import android.net.wifi.WifiManager.ActiveCountryCodeChangedCallback;105 private ArgumentCaptor<ActiveCountryCodeChangedCallback> mWifiCountryCodeReceiverCaptor;
4678 @NonNull private ActiveCountryCodeChangedCallback mCallback;4681 @NonNull ActiveCountryCodeChangedCallback callback) { in OnDriverCountryCodeChangedProxy()4706 public interface ActiveCountryCodeChangedCallback { interface in WifiManager4753 @NonNull ActiveCountryCodeChangedCallback callback) { in registerActiveCountryCodeChangedCallback()4791 @NonNull ActiveCountryCodeChangedCallback callback) { in unregisterActiveCountryCodeChangedCallback()
105 import android.net.wifi.WifiManager.ActiveCountryCodeChangedCallback;214 @Mock ActiveCountryCodeChangedCallback mActiveCountryCodeChangedCallback;
764 ….util.concurrent.Executor, @NonNull android.net.wifi.WifiManager.ActiveCountryCodeChangedCallback);828 …CountryCodeChangedCallback(@NonNull android.net.wifi.WifiManager.ActiveCountryCodeChangedCallback);965 public static interface WifiManager.ActiveCountryCodeChangedCallback {
200 private WifiManager.ActiveCountryCodeChangedCallback mActiveCountryCodeChangedCallback;284 ArgumentCaptor<WifiManager.ActiveCountryCodeChangedCallback> callbackArgumentCaptor = in setUp()285 ArgumentCaptor.forClass(WifiManager.ActiveCountryCodeChangedCallback.class); in setUp()
811 WifiManager.ActiveCountryCodeChangedCallback {