Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupController.java263 Set<ScanResultMatchInfo> matchInfos = toMatchInfos(scanResults); in start() local
264 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() local
396 matchInfos.retainAll(goodNetworks); in handleScanResults()
398 mWakeupLock.update(matchInfos); in handleScanResults()