Searched refs:currentScanResults (Results 1 – 1 of 1) sorted by relevance
492 List<ScanResult> currentScanResults = new ArrayList<>(); in updateScanResultInfo() local495 currentScanResults.addAll(homeScanResults); in updateScanResultInfo()497 currentScanResults.addAll(roamingScanResults); in updateScanResultInfo()500 bestScanResult = getBestScanResultByLevel(currentScanResults); in updateScanResultInfo()509 mSpeed = getAverageSpeedFromScanResults(mScoreCache, currentScanResults); in updateScanResultInfo()