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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java100 * > The new API calls - selectNetwork(), saveNetwork() & forgetNetwork().
247 NetworkUpdateResult saveNetwork(WifiConfiguration config) { method in class:WifiConfigStore
318 * API. The more powerful saveNetwork() is used by the
362 * API. The more powerful selectNetwork()/saveNetwork() is used by the
H A DWifiStateMachine.java2540 NetworkUpdateResult result = mWifiConfigStore.saveNetwork(config);
3146 NetworkUpdateResult result = mWifiConfigStore.saveNetwork(config);
3285 NetworkUpdateResult result = mWifiConfigStore.saveNetwork(config);

Completed in 416 milliseconds