Searched refs:removeNetwork (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl38 boolean removeNetwork(int netId);
H A DWifiManager.java651 public boolean removeNetwork(int netId) { method in class:WifiManager
653 return mService.removeNetwork(netId);
1482 * This function is used instead of a sequence of removeNetwork()
H A DWifiConfigStore.java99 * removeNetwork(). For these calls, the config is not persisted
298 if (mWifiNative.removeNetwork(netId)) {
336 boolean removeNetwork(int netId) { method in class:WifiConfigStore
337 boolean ret = mWifiNative.removeNetwork(netId);
1169 mWifiNative.removeNetwork(netId);
H A DWifiNative.java156 public boolean removeNetwork(int netId) { method in class:WifiNative
H A DWifiStateMachine.java2828 ok = mWifiConfigStore.removeNetwork(message.arg1);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiClientTest.java142 boolean ret = mWifiManager.removeNetwork(netId);
237 boolean ret = mWifiManager.removeNetwork(netId);
/frameworks/base/services/java/com/android/server/wifi/
H A DWifiService.java482 * See {@link android.net.wifi.WifiManager#removeNetwork(int)}
487 public boolean removeNetwork(int netId) { method in class:WifiService
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java428 mWifiNative.removeNetwork(netId);
2155 mWifiNative.removeNetwork(netId);

Completed in 88 milliseconds