Home
last modified time | relevance | path

Searched refs:isServerCertValidationEnabled (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiEnterpriseConfigTest.java604 assertFalse(baseConfig.isServerCertValidationEnabled()); in testIsEnterpriseConfigServerCertNotEnabled()
610 assertFalse(baseConfig.isServerCertValidationEnabled()); in testIsEnterpriseConfigServerCertNotEnabled()
616 assertFalse(baseConfig.isServerCertValidationEnabled()); in testIsEnterpriseConfigServerCertNotEnabled()
715 assertTrue(configWithCertAndDomainSuffixMatch.isServerCertValidationEnabled()); in testIsEnterpriseConfigServerCertEnabled()
720 assertTrue(configWithCertAndAltSubjectMatch.isServerCertValidationEnabled()); in testIsEnterpriseConfigServerCertEnabled()
726 assertTrue(configWithAliasAndDomainSuffixMatch.isServerCertValidationEnabled()); in testIsEnterpriseConfigServerCertEnabled()
731 assertTrue(configWithAliasAndAltSubjectMatch.isServerCertValidationEnabled()); in testIsEnterpriseConfigServerCertEnabled()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java1880 public boolean isServerCertValidationEnabled() { in isServerCertValidationEnabled() method in WifiEnterpriseConfig
/packages/modules/Wifi/framework/api/
Dcurrent.txt317 method public boolean isServerCertValidationEnabled();