Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConfigurationMapTest.java250 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 …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DConfigurationMap.java144 public WifiConfiguration getByScanResultForCurrentUser(ScanResult scanResult) { in getByScanResultForCurrentUser() method in ConfigurationMap
DWifiConfigManager.java2841 config = mConfiguredNetworks.getByScanResultForCurrentUser(scanResult); in getSavedNetworkForScanResult()