Searched defs:scanResultCache (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiAutoJoinController.java68 private final HashMap<String, ScanDetail> scanResultCache = new HashMap<>(); field in class:WifiAutoJoinController
156 + Integer.valueOf(scanResultCache.size()) + " now " + Long.valueOf(milli));
159 Iterator<HashMap.Entry<String, ScanDetail>> iter = scanResultCache.entrySet().iterator();
172 ScanDetail sd = scanResultCache.get(result.BSSID);
187 scanResultCache.remove(result.BSSID);
256 // scanResultCache.put(result.BSSID, new ScanResult(result));
257 scanResultCache.put(result.BSSID, scanDetail);
258 // Add this BSSID to the scanResultCache of a Saved WifiConfiguration
312 logDbg("newSupplicantResults size=" + Integer.valueOf(scanResultCache.size())
1729 for (ScanDetail scanDetail : scanResultCache
[all...]

Completed in 40 milliseconds