OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWifiConfigStore
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigStoreTest.java
161
private WifiConfigStore
mWifiConfigStore
;
168
mWifiConfigStore
= new WifiConfigStore(mContext, mWifiNative, mMockKeyStore.createMock(),
229
result =
mWifiConfigStore
.readNetworkVariablesFromReader(reader, key);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java
265
private final WifiConfigStore
mWifiConfigStore
;
400
mWifiConfigStore
=
658
return
mWifiConfigStore
.setNetworkPriority(config, priority);
662
return
mWifiConfigStore
.setNetworkSSID(config, ssid);
725
mWifiConfigStore
.enableHS20(config.isPasspoint());
[
all
...]
Completed in 41 milliseconds