Searched refs:combinedCache (Results 1 – 1 of 1) sorted by relevance
637 Map<String, ScanResult> combinedCache = new HashMap<>(); in combineScanResultsCache() local638 combinedCache.putAll(mFullScanCache); in combineScanResultsCache()639 combinedCache.putAll(mPartialScanCache.snapshot()); in combineScanResultsCache()640 return combinedCache; in combineScanResultsCache()