Searched refs:getByScanResultForCurrentUser (Results 1 – 3 of 3) sorted by relevance
250 mConfigs.getByScanResultForCurrentUser(scanResult); in verifyScanResultMatchWithNetwork()344 assertNull(mConfigs.getByScanResultForCurrentUser(scanResult)); in testScanResultDoesNotMatchWithOtherNetworks()359 assertNotNull(mConfigs.getByScanResultForCurrentUser(scanResult)); in testScanResultDoesNotMatchAfterNetworkRemove()362 assertNull(mConfigs.getByScanResultForCurrentUser(scanResult)); in testScanResultDoesNotMatchAfterNetworkRemove()377 assertNotNull(mConfigs.getByScanResultForCurrentUser(scanResult)); in testScanResultDoesNotMatchAfterClear()380 assertNull(mConfigs.getByScanResultForCurrentUser(scanResult)); in testScanResultDoesNotMatchAfterClear()390 assertNotNull(mConfigs.getByScanResultForCurrentUser(scanResult)); in testScanResultDoesNotMatchForWifiNetworkSpecifier()399 assertNull(mConfigs.getByScanResultForCurrentUser(scanResult)); in testScanResultDoesNotMatchForWifiNetworkSpecifier()409 assertNotNull(mConfigs.getByScanResultForCurrentUser(scanResult)); in testScanResultDoesNotMatchForWifiNetworkSuggestion()418 assertNull(mConfigs.getByScanResultForCurrentUser(scanResult)); in testScanResultDoesNotMatchForWifiNetworkSuggestion()[all …]
144 public WifiConfiguration getByScanResultForCurrentUser(ScanResult scanResult) { in getByScanResultForCurrentUser() method in ConfigurationMap
2841 config = mConfiguredNetworks.getByScanResultForCurrentUser(scanResult); in getSavedNetworkForScanResult()