Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConfigurationMapTest.java246 private void verifyScanResultMatchWithNetwork(WifiConfiguration config) { in verifyScanResultMatchWithNetwork() method in ConfigurationMapTest
327 verifyScanResultMatchWithNetwork(WifiConfigurationTestUtil.createOpenNetwork()); in testScanResultDoesMatchCorrespondingNetworks()
328 verifyScanResultMatchWithNetwork(WifiConfigurationTestUtil.createPskNetwork()); in testScanResultDoesMatchCorrespondingNetworks()
329 verifyScanResultMatchWithNetwork(WifiConfigurationTestUtil.createWepNetwork()); in testScanResultDoesMatchCorrespondingNetworks()
330 verifyScanResultMatchWithNetwork(WifiConfigurationTestUtil.createEapNetwork()); in testScanResultDoesMatchCorrespondingNetworks()