Searched refs:removeNetwork (Results 1 – 13 of 13) sorted by relevance
38 virtual void removeNetwork();
58 virtual void removeNetwork(const QString &sel);
1201 void WpaGui::removeNetwork(const QString &sel) in removeNetwork() function in WpaGui1229 removeNetwork(sel); in removeSelectedNetwork()1242 removeNetwork(sel); in removeListedNetwork()1263 removeNetwork(sel); in removeAllNetworks()
42 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork())); in NetworkConfig()790 void NetworkConfig::removeNetwork() in removeNetwork() function in NetworkConfig
195 public void removeNetwork() throws Exception { in removeNetwork() method in ShadowWifiManagerTest204 wifiManager.removeNetwork(0); in removeNetwork()220 wifiManager.removeNetwork(0); in getPrivilegedConfiguredNetworks_shouldReturnConfiguredNetworks()
102 shadowOf(connectivityManager).removeNetwork(wifiNetwork); in getNetworkInfo_shouldNotReturnRemovedNetwork()263 shadowOf(connectivityManager).removeNetwork(wifiNetwork); in getAllNetworks_shouldNotReturnRemovedNetworks()
271 public void removeNetwork(Network network) { in removeNetwork() method in ShadowConnectivityManager
133 protected boolean removeNetwork(int netId) { in removeNetwork() method in ShadowWifiManager
65 Return<void> removeNetwork(
71 Return<void> removeNetwork(
325 Return<void> StaIface::removeNetwork( in removeNetwork() function in android::hardware::wifi::supplicant::V1_4::implementation::StaIface
494 Return<void> P2pIface::removeNetwork( in removeNetwork() function in android::hardware::wifi::supplicant::V1_4::implementation::P2pIface
1663 return mWifi.removeNetwork(netId); in wifiRemoveNetwork()