Searched refs:untrustedNetworkHistory (Results 1 – 2 of 2) sorted by relevance
42 public HashMap<String, WifiNetworkConnectionStatistics> untrustedNetworkHistory; field in WifiConnectionStatistics60 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 …]
26686 …ashMap<java.lang.String, android.net.wifi.WifiNetworkConnectionStatistics> untrustedNetworkHistory;