Searched refs:noValidationConfig (Results 1 – 1 of 1) sorted by relevance
581 WifiEnterpriseConfig noValidationConfig = new WifiEnterpriseConfig(); in testIsEnterpriseConfigServerCertNotEnabled() local582 noValidationConfig.setEapMethod(Eap.AKA); in testIsEnterpriseConfigServerCertNotEnabled()583 assertFalse(noValidationConfig.isEapMethodServerCertUsed()); in testIsEnterpriseConfigServerCertNotEnabled()