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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConnectivityHelper.java171 public void removeNetworkIfCurrent(int networkId) { method in class:WifiConnectivityHelper
172 mWifiNative.removeNetworkIfCurrent(networkId);
H A DWifiConnectivityManager.java508 mConnectivityHelper.removeNetworkIfCurrent(networkId);
512 mConnectivityHelper.removeNetworkIfCurrent(networkId);
H A DWifiNative.java796 public void removeNetworkIfCurrent(int networkId) { method in class:WifiNative
797 mSupplicantStaIfaceHal.removeNetworkIfCurrent(networkId);
H A DSupplicantStaIfaceHal.java519 public void removeNetworkIfCurrent(int networkId) { method in class:SupplicantStaIfaceHal

Completed in 64 milliseconds