OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readNetworkHistory
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStoreLegacy.java
156
mWifiNetworkHistory.
readNetworkHistory
(
WifiNetworkHistory.java
322
public void
readNetworkHistory
(Map<String, WifiConfiguration> configs,
359
Log.e(TAG, "
readNetworkHistory
didnt find netid for hash="
546
Log.i(TAG, "
readNetworkHistory
: no config file, " + e);
548
Log.e(TAG, "
readNetworkHistory
: failed to parse, " + e, e);
550
Log.e(TAG, "
readNetworkHistory
: failed to read, " + e, e);
Completed in 147 milliseconds