Searched refs:onNetworkPermanentlyDisabled (Results 1 – 5 of 5) sorted by relevance
121 default void onNetworkPermanentlyDisabled(@NonNull WifiConfiguration config, in onNetworkPermanentlyDisabled() method1847 listener.onNetworkPermanentlyDisabled( in sendNetworkSelectionStatusChangedUpdate()
955 public void onNetworkPermanentlyDisabled(WifiConfiguration config, int disableReason) { in onNetworkPermanentlyDisabled() method in WifiConnectivityManager.OnNetworkUpdateListener
1063 public void onNetworkPermanentlyDisabled(WifiConfiguration config, int disableReason) { in onNetworkPermanentlyDisabled() method in ClientModeImpl.OnNetworkUpdateListener
4865 mConfigUpdateListenerCaptor.getValue().onNetworkPermanentlyDisabled(disabledNetwork, in testOnNetworkPermanentlyDisabled()4882 mConfigUpdateListenerCaptor.getValue().onNetworkPermanentlyDisabled(disabledNetwork, in testOnNetworkPermanentlyDisabledWithNoInternet()
1379 verify(mWcmListener).onNetworkPermanentlyDisabled( in testNetworkSelectionStatus()