HomeSort by relevance Sort by last modified time
    Searched defs:untrustedNetworkHistory (Results 1 - 2 of 2) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
WifiConnectionStatistics.java 42 public HashMap<String, WifiNetworkConnectionStatistics> untrustedNetworkHistory;
60 untrustedNetworkHistory = new HashMap<String, WifiNetworkConnectionStatistics>();
67 if (untrustedNetworkHistory.containsKey(SSID)) {
68 stats = untrustedNetworkHistory.get(SSID);
77 untrustedNetworkHistory.put(SSID, stats);
90 for (String Key : untrustedNetworkHistory.keySet()) {
91 WifiNetworkConnectionStatistics stats = untrustedNetworkHistory.get(Key);
101 untrustedNetworkHistory = new HashMap<String, WifiNetworkConnectionStatistics>();
103 untrustedNetworkHistory.putAll(source.untrustedNetworkHistory);
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 401 milliseconds