OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saveNetwork
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigManagerTest.java
239
mWifiConfigManager.
saveNetwork
(config, configCopy.creatorUid);
446
* Verifies that
saveNetwork
() correctly stores a network configuration in wpa_supplicant
468
mWifiConfigManager.
saveNetwork
(CONFIGS.get(network), CONFIGS.get(network).creatorUid);
531
* Verifies that
saveNetwork
() correctly stores a regular network configuration.
539
* Verifies that
saveNetwork
() correctly stores a HotSpot 2.0 network configuration.
547
* Verifies that
saveNetwork
() correctly stores a private network configuration.
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java
611
private boolean
saveNetwork
(WifiConfiguration config, int netId) {
615
if (VDBG) localLog("
saveNetwork
: " + netId);
[
all
...]
WifiQualifiedNetworkSelector.java
[
all
...]
WifiStateMachine.java
[
all
...]
WifiConfigManager.java
147
* > The new API calls - selectNetwork(),
saveNetwork
() & forgetNetwork().
749
NetworkUpdateResult
saveNetwork
(WifiConfiguration config, int uid) {
762
if (sVDBG) localLogNetwork("WifiConfigManager:
saveNetwork
netId", config.networkId);
764
logd("WifiConfigManager
saveNetwork
,
[
all
...]
Completed in 109 milliseconds