Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java421 mActiveScanResultMatchInfoWithNoBssid = new HashMap<>(); field in WifiNetworkSuggestionsManager
570 mActiveScanResultMatchInfoWithNoBssid.clear(); in reset()
738 mActiveScanResultMatchInfoWithNoBssid.get(scanResultMatchInfo); in addToScanResultMatchInfoMap()
741 mActiveScanResultMatchInfoWithNoBssid.put( in addToScanResultMatchInfoMap()
772 if (!mActiveScanResultMatchInfoWithNoBssid.containsKey(scanResultMatchInfo)) { in removeFromScanResultMatchInfoMapAndRemoveRelatedScoreCard()
782 mActiveScanResultMatchInfoWithNoBssid.get(scanResultMatchInfo); in removeFromScanResultMatchInfoMapAndRemoveRelatedScoreCard()
792 mActiveScanResultMatchInfoWithNoBssid.remove(scanResultMatchInfo); in removeFromScanResultMatchInfoMapAndRemoveRelatedScoreCard()
1800 mActiveScanResultMatchInfoWithNoBssid.get(scanResultMatchInfo); in getNetworkSuggestionsForScanResultMatchInfo()