Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiBackupRestoreTest.java303 configurations.add(WifiConfigurationTestUtil.createWepNetwork()); in testSingleWepNetworkBackupRestore()
529 configurations.add(WifiConfigurationTestUtil.createWepNetwork()); in testMultipleNetworksAllBackupRestore()
530 configurations.add(WifiConfigurationTestUtil.createWepNetwork()); in testMultipleNetworksAllBackupRestore()
552 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksNonEnterpriseBackupRestore()
590 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksWithDifferentIpConfigurationsAllBackupRestore()
628 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksSystemAppBackupRestore()
634 WifiConfiguration nonSystemAppWepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksSystemAppBackupRestore()
738 configurations.add(WifiConfigurationTestUtil.createWepNetwork()); in testSingleWepNetworkSupplicantBackupRestore()
791 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksWithDifferentIpConfigurationsAllSupplicantBackupRestore()
840 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksAllSupplicantBackupRestoreWithNoIpConfigData()
[all …]
DConfigurationMapTest.java277 verifyScanResultMatchWithNetwork(WifiConfigurationTestUtil.createWepNetwork()); in testScanResultDoesMatchCorrespondingNetworks()
DWakeupControllerTest.java335 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in startInitializesWakeupLockWithSavedScanResults()
371 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in startInitializesWakeupLockWithNetworkSuggestions()
DWifiConfigurationTestUtil.java317 public static WifiConfiguration createWepNetwork() { in createWepNetwork() method in WifiConfigurationTestUtil
327 WifiConfiguration configuration = createWepNetwork(); in createWepHiddenNetwork()
DWifiConfigManagerTest.java817 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testAddSingleWepNetwork()
967 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testAddUpdateRemoveMultipleNetworks()
1541 WifiConfigurationTestUtil.createWepNetwork()); in testMatchScanDetailToNetworksAndCache()
1563 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testNoMatchScanDetailToNetwork()
1750 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testUpdateWepKeysClearsHasEverConnected()
1765 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testUpdateWepTxKeyClearsHasEverConnected()
3690 verifyAddNetworkToWifiConfigManager(WifiConfigurationTestUtil.createWepNetwork()); in testRemoveNetworksForUser()
5348 verifyAddNetworkToWifiConfigManager(WifiConfigurationTestUtil.createWepNetwork()); in verifyRemoveNetworksForApp()
DWifiConfigurationUtilTest.java214 WifiConfigurationTestUtil.createWepNetwork(), in testValidatePositiveCases_Ascii()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java144 serializeDeserializeWifiConfiguration(WifiConfigurationTestUtil.createWepNetwork()); in testWepWifiConfigurationSerializeDeserialize()
DTelephonyUtilTest.java269 assertFalse(TelephonyUtil.isSimConfig(WifiConfigurationTestUtil.createWepNetwork())); in isSimConfig()