Searched defs:removeNetwork (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java2372 public void removeNetwork(int netId) { method in class:NetworkManagementService
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java907 * See {@link android.net.wifi.WifiManager#removeNetwork(int)}
912 public boolean removeNetwork(int netId) { method in class:WifiServiceImpl
1977 removeNetwork(config.networkId);
H A DWifiConfigStore.java149 * removeNetwork(). For these calls, the config is not persisted
1251 if (mWifiNative.removeNetwork(netId)) {
1402 boolean removeNetwork(int netId) { method in class:WifiConfigStore
1403 if (showNetworks) localLog("removeNetwork", netId);
1405 boolean ret = mWifiNative.removeNetwork(netId);
1426 loge("removeNetwork " + Integer.toString(netId) + " key=" +
1447 loge("removeNetwork " + Integer.toString(netId)
1452 loge("removeNetwork " + Integer.toString(netId)
1493 success &= removeNetwork(config.networkId);
1510 success &= removeNetwork(confi
[all...]
H A DWifiNative.java315 public boolean removeNetwork(int netId) { method in class:WifiNative
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java779 public boolean removeNetwork(int netId) { method in class:WifiManager
781 return mService.removeNetwork(netId);
2199 * This function is used instead of a sequence of removeNetwork()

Completed in 140 milliseconds