Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java344 mActiveScanResultMatchInfoWithNoBssid = new HashMap<>(); field in WifiNetworkSuggestionsManager
488 mActiveScanResultMatchInfoWithNoBssid.clear(); in reset()
655 mActiveScanResultMatchInfoWithNoBssid.get(scanResultMatchInfo); in addToScanResultMatchInfoMap()
658 mActiveScanResultMatchInfoWithNoBssid.put( in addToScanResultMatchInfoMap()
689 if (!mActiveScanResultMatchInfoWithNoBssid.containsKey(scanResultMatchInfo)) { in removeFromScanResultMatchInfoMapAndRemoveRelatedScoreCard()
697 mActiveScanResultMatchInfoWithNoBssid.get(scanResultMatchInfo); in removeFromScanResultMatchInfoMapAndRemoveRelatedScoreCard()
707 mActiveScanResultMatchInfoWithNoBssid.remove(scanResultMatchInfo); in removeFromScanResultMatchInfoMapAndRemoveRelatedScoreCard()
1449 mActiveScanResultMatchInfoWithNoBssid.get(scanResultMatchInfo); in getNetworkSuggestionsForScanResultMatchInfo()