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.java129 private final LruCache<String, ScanResult> mPartialScanCache = field in ScanRequestProxy
166 mPartialScanCache.evictAll(); in onResults()
183 scanResult = mPartialScanCache.get(s.BSSID); in onResults()
186 mPartialScanCache.put(s.BSSID, s); in onResults()
590 scanResult = mPartialScanCache.get(bssid); in getScanResult()
604 mPartialScanCache.evictAll(); in clearScanResults()
642 combinedCache.putAll(mPartialScanCache.snapshot()); in combineScanResultsCache()