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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java821 addOrUpdateNetworkNative(config, -1);
832 addOrUpdateNetworkNative(config, -1);
869 // NOTE: This will be flushed to disk as part of the addOrUpdateNetworkNative call
874 NetworkUpdateResult result = addOrUpdateNetworkNative(config, uid);
1077 NetworkUpdateResult result = addOrUpdateNetworkNative(config, uid);
2623 private NetworkUpdateResult addOrUpdateNetworkNative(WifiConfiguration config, int uid) { method in class:WifiConfigStore
2630 if (VDBG) localLog("addOrUpdateNetworkNative " + config.getPrintableSsid());
2643 loge("addOrUpdateNetworkNative " + config.configKey()
2658 loge("addOrUpdateNetworkNative created netId=" + netId);

Completed in 48 milliseconds