OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIpconfigStore
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStoreLegacy.java
84
private final IpConfigStore
mIpconfigStore
;
93
mIpconfigStore
= ipConfigStore;
125
mIpconfigStore
.readIpAndProxyConfigurations(IP_CONFIG_FILE.getAbsolutePath());
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigStoreLegacyTest.java
54
@Mock private IpConfigStore
mIpconfigStore
;
71
mIpconfigStore
, mPasspointConfigParser);
Completed in 105 milliseconds