Searched refs:pskNetwork (Results 1 – 3 of 3) 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 …]
792 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testAddSinglePskNetwork() local794 networks.add(pskNetwork); in testAddSinglePskNetwork()796 verifyAddNetworkToWifiConfigManager(pskNetwork); in testAddSinglePskNetwork()806 assertEquals(retrievedSavedNetworks.get(0).configKey(), pskNetwork.configKey()); in testAddSinglePskNetwork()966 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testAddUpdateRemoveMultipleNetworks() local969 networks.add(pskNetwork); in testAddUpdateRemoveMultipleNetworks()973 verifyAddNetworkToWifiConfigManager(pskNetwork); in testAddUpdateRemoveMultipleNetworks()984 assertAndSetNetworkBSSID(pskNetwork, TEST_BSSID); in testAddUpdateRemoveMultipleNetworks()995 verifyUpdateNetworkToWifiConfigManagerWithoutIpChange(pskNetwork); in testAddUpdateRemoveMultipleNetworks()1004 verifyRemoveNetworkFromWifiConfigManager(pskNetwork); in testAddUpdateRemoveMultipleNetworks()[all …]
120 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testPskWifiConfigurationSerializeDeserializeWithEncryption() local122 when(mWifiConfigStoreEncryptionUtil.encrypt(pskNetwork.preSharedKey.getBytes())) in testPskWifiConfigurationSerializeDeserializeWithEncryption()125 .thenReturn(pskNetwork.preSharedKey.getBytes()); in testPskWifiConfigurationSerializeDeserializeWithEncryption()126 serializeDeserializeWifiConfiguration(pskNetwork); in testPskWifiConfigurationSerializeDeserializeWithEncryption()