Searched refs:testConfigs (Results 1 – 2 of 2) sorted by relevance
1335 List<WifiConfiguration> testConfigs = new ArrayList<>(); in testAddNetworkPrivilegedMergingTypeSuccess() local1336 testConfigs.add(createConfig("test-open-owe-jdur", WifiConfiguration.SECURITY_TYPE_OPEN)); in testAddNetworkPrivilegedMergingTypeSuccess()1337 testConfigs.add(createConfig("test-open-owe-jdur", WifiConfiguration.SECURITY_TYPE_OWE)); in testAddNetworkPrivilegedMergingTypeSuccess()1338 testConfigs.add(createConfig("test-psk-sae-ijfe", WifiConfiguration.SECURITY_TYPE_PSK)); in testAddNetworkPrivilegedMergingTypeSuccess()1339 testConfigs.add(createConfig("test-psk-sae-ijfe", WifiConfiguration.SECURITY_TYPE_SAE)); in testAddNetworkPrivilegedMergingTypeSuccess()1340 testConfigs.add(createConfig("test-wpa2e-wpa3e-plki", in testAddNetworkPrivilegedMergingTypeSuccess()1342 testConfigs.add(createConfig("test-wpa2e-wpa3e-plki", in testAddNetworkPrivilegedMergingTypeSuccess()1352 for (WifiConfiguration c: testConfigs) { in testAddNetworkPrivilegedMergingTypeSuccess()1358 List<WifiConfiguration> expectedConfigs = testConfigs; in testAddNetworkPrivilegedMergingTypeSuccess()1362 assertEquals(testConfigs.get(0).networkId, testConfigs.get(1).networkId); in testAddNetworkPrivilegedMergingTypeSuccess()[all …]
709 public void testConfigs() { in testConfigs() method in BitmapFactoryTest