Searched refs:mPartialScanCache (Results 1 – 1 of 1) sorted by relevance
127 private final LruCache<String, ScanResult> mPartialScanCache = field in ScanRequestProxy164 mPartialScanCache.evictAll(); in onResults()181 scanResult = mPartialScanCache.get(s.BSSID); in onResults()184 mPartialScanCache.put(s.BSSID, s); in onResults()587 scanResult = mPartialScanCache.get(bssid); in getScanResult()601 mPartialScanCache.evictAll(); in clearScanResults()639 combinedCache.putAll(mPartialScanCache.snapshot()); in combineScanResultsCache()