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.java447 Pair<ScanResultMatchInfo, MacAddress> lookupPair = in addToScanResultMatchInfoMap() local
452 mActiveScanResultMatchInfoWithBssid.get(lookupPair); in addToScanResultMatchInfoMap()
456 lookupPair, extNetworkSuggestionsForScanResultMatchInfo); in addToScanResultMatchInfoMap()
479 Pair<ScanResultMatchInfo, MacAddress> lookupPair = in removeFromScanResultMatchInfoMap() local
484 mActiveScanResultMatchInfoWithBssid.get(lookupPair); in removeFromScanResultMatchInfoMap()
493 mActiveScanResultMatchInfoWithBssid.remove(lookupPair); in removeFromScanResultMatchInfoMap()