Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java637 Map<String, ScanResult> combinedCache = new HashMap<>(); in combineScanResultsCache() local
638 combinedCache.putAll(mFullScanCache); in combineScanResultsCache()
639 combinedCache.putAll(mPartialScanCache.snapshot()); in combineScanResultsCache()
640 return combinedCache; in combineScanResultsCache()