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.java2225 public void removeNetworkIfCurrent(@NonNull String ifaceName, int networkId) { in removeNetworkIfCurrent() method in WifiNative
2226 mSupplicantStaIfaceHal.removeNetworkIfCurrent(ifaceName, networkId); in removeNetworkIfCurrent()
DSupplicantStaIfaceHal.java972 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.java2122 verify(mWifiConnectivityHelper).removeNetworkIfCurrent(0);