Home
last modified time | relevance | path

Searched refs:onSavedNetworkPermanentlyDisabled (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConnectivityManagerTest.java2126 .onSavedNetworkPermanentlyDisabled(0, DISABLED_AUTHENTICATION_FAILURE);
2130 .onSavedNetworkPermanentlyDisabled(0, DISABLED_NO_INTERNET_TEMPORARY);
DWifiConfigManagerTest.java1040 verify(mWcmListener).onSavedNetworkPermanentlyDisabled( in testNetworkSelectionStatus()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java568 public void onSavedNetworkPermanentlyDisabled(int networkId, int disableReason) { in onSavedNetworkPermanentlyDisabled() method in WifiConnectivityManager.OnSavedNetworkUpdateListener
DWifiConfigManager.java177 void onSavedNetworkPermanentlyDisabled(int networkId, int disableReason); in onSavedNetworkPermanentlyDisabled() method
1607 mListener.onSavedNetworkPermanentlyDisabled(config.networkId, disableReason); in setNetworkSelectionPermanentlyDisabled()