Searched refs:matchInfos (Results 1 – 1 of 1) sorted by relevance
247 Set<ScanResultMatchInfo> matchInfos = toMatchInfos(scanResults); in start() local248 matchInfos.retainAll(getGoodSavedNetworksAndSuggestions()); in start()256 matchInfos.add(mLastDisconnectInfo); in start()263 Log.d(TAG, "Saved networks in most recent scan:" + matchInfos); in start()266 mWifiWakeMetrics.recordStartEvent(matchInfos.size()); in start()267 mWakeupLock.setLock(matchInfos); in start()379 Set<ScanResultMatchInfo> matchInfos = toMatchInfos(scanResults); in handleScanResults() local380 matchInfos.retainAll(goodNetworks); in handleScanResults()382 mWakeupLock.update(matchInfos); in handleScanResults()