Searched refs:pskNetwork (Results 1 – 2 of 2) sorted by relevance
454 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testSinglePskNetworkWithStaticIpAndStaticProxyBackupRestore() local455 pskNetwork.setIpConfiguration( in testSinglePskNetworkWithStaticIpAndStaticProxyBackupRestore()457 configurations.add(pskNetwork); in testSinglePskNetworkWithStaticIpAndStaticProxyBackupRestore()473 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testSinglePskNetworkWithStaticIpAndPACProxyBackupRestore() local474 pskNetwork.setIpConfiguration( in testSinglePskNetworkWithStaticIpAndPACProxyBackupRestore()476 configurations.add(pskNetwork); in testSinglePskNetworkWithStaticIpAndPACProxyBackupRestore()492 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testSinglePskNetworkWithDHCPIpAndPACProxyBackupRestore() local493 pskNetwork.setIpConfiguration( in testSinglePskNetworkWithDHCPIpAndPACProxyBackupRestore()495 configurations.add(pskNetwork); in testSinglePskNetworkWithDHCPIpAndPACProxyBackupRestore()511 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testSinglePskNetworkWithPartialStaticIpBackupRestore() local[all …]
735 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testAddSinglePskNetwork() local737 networks.add(pskNetwork); in testAddSinglePskNetwork()739 verifyAddNetworkToWifiConfigManager(pskNetwork); in testAddSinglePskNetwork()749 assertEquals(retrievedSavedNetworks.get(0).configKey(), pskNetwork.configKey()); in testAddSinglePskNetwork()909 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testAddUpdateRemoveMultipleNetworks() local912 networks.add(pskNetwork); in testAddUpdateRemoveMultipleNetworks()916 verifyAddNetworkToWifiConfigManager(pskNetwork); in testAddUpdateRemoveMultipleNetworks()927 assertAndSetNetworkBSSID(pskNetwork, TEST_BSSID); in testAddUpdateRemoveMultipleNetworks()938 verifyUpdateNetworkToWifiConfigManagerWithoutIpChange(pskNetwork); in testAddUpdateRemoveMultipleNetworks()947 verifyRemoveNetworkFromWifiConfigManager(pskNetwork); in testAddUpdateRemoveMultipleNetworks()[all …]