Searched defs:removeNetwork (Results 1 - 4 of 4) sorted by path

/frameworks/base/services/java/com/android/server/
H A DWifiService.java774 * See {@link android.net.wifi.WifiManager#removeNetwork(int)}
779 public boolean removeNetwork(int netId) { method in class:WifiService
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java98 * removeNetwork(). For these calls, the config is not persisted
296 if (mWifiNative.removeNetwork(netId)) {
343 boolean removeNetwork(int netId) { method in class:WifiConfigStore
344 boolean ret = mWifiNative.removeNetwork(netId);
1156 mWifiNative.removeNetwork(netId);
H A DWifiManager.java622 public boolean removeNetwork(int netId) { method in class:WifiManager
624 return mService.removeNetwork(netId);
1455 * This function is used instead of a sequence of removeNetwork()
H A DWifiNative.java159 public boolean removeNetwork(int netId) { method in class:WifiNative

Completed in 964 milliseconds