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