OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:migrateNetworksFromSupplicant
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStoreLegacy.java
173
if (!mWifiNative.
migrateNetworksFromSupplicant
(configurationMap, networkExtras)) {
WifiNative.java
673
public boolean
migrateNetworksFromSupplicant
(Map<String, WifiConfiguration> configs,
[
all
...]
WifiStateMachine.java
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigStoreLegacyTest.java
139
}).when(mWifiNative).
migrateNetworksFromSupplicant
(any(Map.class), any(SparseArray.class));
WifiStateMachineTest.java
[
all
...]
Completed in 577 milliseconds