Searched refs:pskConfig (Results 1 – 3 of 3) sorted by relevance
1534 WifiConfiguration pskConfig = new WifiConfiguration(); in testConvertMultiTypeConfigsToLegacyConfigs() local1535 pskConfig.addSecurityParams(WifiConfiguration.SECURITY_TYPE_PSK); in testConvertMultiTypeConfigsToLegacyConfigs()1536 pskConfig.setSecurityParamsEnabled(WifiConfiguration.SECURITY_TYPE_PSK, false); in testConvertMultiTypeConfigsToLegacyConfigs()1537 pskConfig.getNetworkSelectionStatus().setNetworkSelectionDisableReason( in testConvertMultiTypeConfigsToLegacyConfigs()1540 pskConfig.getNetworkSelectionStatus().setDisableReasonCounter( in testConvertMultiTypeConfigsToLegacyConfigs()1559 expectedResult.add(pskConfig); in testConvertMultiTypeConfigsToLegacyConfigs()1585 WifiConfiguration pskConfig = WifiConfigurationTestUtil.createPskNetwork(); in testIsConfigLinkable() local1597 assertTrue(WifiConfigurationUtil.isConfigLinkable(pskConfig)); in testIsConfigLinkable()1604 assertTrue(WifiConfigurationUtil.isConfigLinkable(pskConfig)); in testIsConfigLinkable()
1049 WifiConfiguration pskConfig = WifiConfigurationTestUtil.createPskNetwork(); in verifyUserApprovalIsNotNeededWithDifferentTargetConfig() local1050 pskConfig.networkId = FRAMEWORK_NETWORK_ID + 2; in verifyUserApprovalIsNotNeededWithDifferentTargetConfig()1051 mInsecureEapNetworkHandler.prepareConnection(pskConfig); in verifyUserApprovalIsNotNeededWithDifferentTargetConfig()
1100 WifiConfiguration pskConfig = WifiConfigurationTestUtil.createPskNetwork(); in testSerializeDeserializeWithSecurityUpdate() local1109 expected.add(pskConfig); in testSerializeDeserializeWithSecurityUpdate()