Home
last modified time | relevance | path

Searched refs:mPartialScanCache (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java127 private final LruCache<String, ScanResult> mPartialScanCache = field in ScanRequestProxy
164 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()