Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConnectivityHelper.java171 public void removeNetworkIfCurrent(int networkId) { in removeNetworkIfCurrent() method in WifiConnectivityHelper
172 mWifiNative.removeNetworkIfCurrent(networkId); in removeNetworkIfCurrent()
DWifiNative.java813 public void removeNetworkIfCurrent(int networkId) { in removeNetworkIfCurrent() method in WifiNative
814 mSupplicantStaIfaceHal.removeNetworkIfCurrent(networkId); in removeNetworkIfCurrent()
DWifiConnectivityManager.java523 mConnectivityHelper.removeNetworkIfCurrent(networkId); in onSavedNetworkTemporarilyDisabled()
527 mConnectivityHelper.removeNetworkIfCurrent(networkId); in onSavedNetworkPermanentlyDisabled()
DSupplicantStaIfaceHal.java556 public void removeNetworkIfCurrent(int networkId) { in removeNetworkIfCurrent() method in SupplicantStaIfaceHal