HomeSort by relevance Sort by last modified time
    Searched defs:removeNetworkIfCurrent (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConnectivityHelper.java 171 public void removeNetworkIfCurrent(int networkId) {
172 mWifiNative.removeNetworkIfCurrent(mWifiNative.getClientInterfaceName(), networkId);
WifiNative.java     [all...]
WifiConnectivityManager.java 551 mConnectivityHelper.removeNetworkIfCurrent(networkId);
555 mConnectivityHelper.removeNetworkIfCurrent(networkId);
    [all...]
SupplicantStaIfaceHal.java     [all...]

Completed in 225 milliseconds