Searched refs:addOrUpdateNetwork (Results 1 – 5 of 5) sorted by relevance
53 int addOrUpdateNetwork(in WifiConfiguration config); in addOrUpdateNetwork() method
730 return addOrUpdateNetwork(config); in addNetwork()752 return addOrUpdateNetwork(config); in updateNetwork()763 private int addOrUpdateNetwork(WifiConfiguration config) { in addOrUpdateNetwork() method in WifiManager765 return mService.addOrUpdateNetwork(config); in addOrUpdateNetwork()
829 public int addOrUpdateNetwork(WifiConfiguration config) { in addOrUpdateNetwork() method in WifiServiceImpl
1271 int addOrUpdateNetwork(WifiConfiguration config, int uid) { in addOrUpdateNetwork() method in WifiConfigStore
7091 int res = mWifiConfigStore.addOrUpdateNetwork(config, message.sendingUid); in processMessage()