Searched refs:matchInfos (Results 1 – 1 of 1) sorted by relevance
263 Set<ScanResultMatchInfo> matchInfos = toMatchInfos(scanResults); in start() local264 matchInfos.retainAll(getGoodSavedNetworksAndSuggestions()); in start()272 matchInfos.add(mLastDisconnectInfo); in start()279 Log.d(TAG, "Saved networks in most recent scan:" + matchInfos); in start()282 mWifiWakeMetrics.recordStartEvent(matchInfos.size()); in start()283 mWakeupLock.setLock(matchInfos); in start()395 Set<ScanResultMatchInfo> matchInfos = toMatchInfos(scanResults); in handleScanResults() local396 matchInfos.retainAll(goodNetworks); in handleScanResults()398 mWakeupLock.update(matchInfos); in handleScanResults()