OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WifiConfigStoreDataLegacy
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStoreLegacy.java
261
public
WifiConfigStoreDataLegacy
read() {
272
return new
WifiConfigStoreDataLegacy
(
339
public static class
WifiConfigStoreDataLegacy
{
344
WifiConfigStoreDataLegacy
(List<WifiConfiguration> configurations,
WifiConfigManager.java
50
import com.android.server.wifi.WifiConfigStoreLegacy.
WifiConfigStoreDataLegacy
;
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigStoreLegacyTest.java
142
WifiConfigStoreLegacy.
WifiConfigStoreDataLegacy
storeData = mWifiConfigStore.read();
WifiConfigManagerTest.java
47
import com.android.server.wifi.WifiConfigStoreLegacy.
WifiConfigStoreDataLegacy
;
[
all
...]
Completed in 207 milliseconds