Home
last modified time | relevance | path

Searched refs:removeNetworkIfCurrent (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConnectivityHelper.java172 public void removeNetworkIfCurrent(int networkId) { in removeNetworkIfCurrent() method in WifiConnectivityHelper
173 mWifiNative.removeNetworkIfCurrent(mWifiNative.getClientInterfaceName(), networkId); in removeNetworkIfCurrent()
DWifiConnectivityManager.java565 mConnectivityHelper.removeNetworkIfCurrent(networkId); in onSavedNetworkTemporarilyDisabled()
574 mConnectivityHelper.removeNetworkIfCurrent(networkId); in onSavedNetworkPermanentlyDisabled()
DWifiNative.java2226 public void removeNetworkIfCurrent(@NonNull String ifaceName, int networkId) { in removeNetworkIfCurrent() method in WifiNative
2227 mSupplicantStaIfaceHal.removeNetworkIfCurrent(ifaceName, networkId); in removeNetworkIfCurrent()
DSupplicantStaIfaceHal.java996 public void removeNetworkIfCurrent(@NonNull String ifaceName, int networkId) { in removeNetworkIfCurrent() method in SupplicantStaIfaceHal
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConnectivityManagerTest.java2127 verify(mWifiConnectivityHelper).removeNetworkIfCurrent(0);