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