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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java782 // NOTE: This will be flushed to disk as part of the addOrUpdateNetworkNative call
787 NetworkUpdateResult result = addOrUpdateNetworkNative(config, uid);
927 NetworkUpdateResult result = addOrUpdateNetworkNative(config, uid);
1925 private NetworkUpdateResult addOrUpdateNetworkNative(WifiConfiguration config, int uid) { method in class:WifiConfigManager
1932 if (sVDBG) localLog("addOrUpdateNetworkNative " + config.getPrintableSsid());
1949 logd("addOrUpdateNetworkNative passpoint " + config.FQDN

Completed in 35 milliseconds