Home
last modified time | relevance | path

Searched refs:untrustedNetworkHistory (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DWifiConnectionStatistics.java42 public HashMap<String, WifiNetworkConnectionStatistics> untrustedNetworkHistory; field in WifiConnectionStatistics
60 untrustedNetworkHistory = new HashMap<String, WifiNetworkConnectionStatistics>(); in WifiConnectionStatistics()
67 if (untrustedNetworkHistory.containsKey(SSID)) { in incrementOrAddUntrusted()
68 stats = untrustedNetworkHistory.get(SSID); in incrementOrAddUntrusted()
77 untrustedNetworkHistory.put(SSID, stats); in incrementOrAddUntrusted()
90 for (String Key : untrustedNetworkHistory.keySet()) { in toString()
91 WifiNetworkConnectionStatistics stats = untrustedNetworkHistory.get(Key); in toString()
101 untrustedNetworkHistory = new HashMap<String, WifiNetworkConnectionStatistics>(); in WifiConnectionStatistics()
103 untrustedNetworkHistory.putAll(source.untrustedNetworkHistory); in WifiConnectionStatistics()
121 dest.writeInt(untrustedNetworkHistory.size()); in writeToParcel()
[all …]
/frameworks/base/api/
Dsystem-current.txt26686 …ashMap<java.lang.String, android.net.wifi.WifiNetworkConnectionStatistics> untrustedNetworkHistory;