Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DConfigurationMapTest.java234 private void verifyScanResultMatchWithNetwork(WifiConfiguration config) { in verifyScanResultMatchWithNetwork() method in ConfigurationMapTest
315 verifyScanResultMatchWithNetwork(WifiConfigurationTestUtil.createOpenNetwork()); in testScanResultDoesMatchCorrespondingNetworks()
316 verifyScanResultMatchWithNetwork(WifiConfigurationTestUtil.createPskNetwork()); in testScanResultDoesMatchCorrespondingNetworks()
317 verifyScanResultMatchWithNetwork(WifiConfigurationTestUtil.createWepNetwork()); in testScanResultDoesMatchCorrespondingNetworks()
318 verifyScanResultMatchWithNetwork(WifiConfigurationTestUtil.createEapNetwork()); in testScanResultDoesMatchCorrespondingNetworks()