Searched refs:mScanResultCache (Results 1 – 1 of 1) sorted by relevance
157 private final HashMap<String, ScanResult> mScanResultCache = new HashMap<>(); field in WifiTracker466 mScanResultCache.put(newResult.BSSID, newResult); in updateScanResultCache()473 for (ScanResult result : mScanResultCache.values()) { in updateScanResultCache()508 for (Iterator<ScanResult> iter = mScanResultCache.values().iterator(); iter.hasNext(); ) { in evictOldScans()608 List<ScanResult> cachedScanResults = new ArrayList<>(mScanResultCache.values()); in updateAccessPoints()