Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java642 Pair<ScanResultMatchInfo, MacAddress> lookupPair = in addToScanResultMatchInfoMap() local
647 mActiveScanResultMatchInfoWithBssid.get(lookupPair); in addToScanResultMatchInfoMap()
651 lookupPair, extNetworkSuggestionsForScanResultMatchInfo); in addToScanResultMatchInfoMap()
673 Pair<ScanResultMatchInfo, MacAddress> lookupPair = in removeFromScanResultMatchInfoMapAndRemoveRelatedScoreCard() local
678 mActiveScanResultMatchInfoWithBssid.get(lookupPair); in removeFromScanResultMatchInfoMapAndRemoveRelatedScoreCard()
688 mActiveScanResultMatchInfoWithBssid.remove(lookupPair); in removeFromScanResultMatchInfoMapAndRemoveRelatedScoreCard()