Home
last modified time | relevance | path

Searched defs:mockCert (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiEnterpriseConfigTest.java755 X509Certificate mockCert = mock(X509Certificate.class); in testSetCaCertificateExceptionWithSelfSignedCert() local
766 X509Certificate mockCert = mock(X509Certificate.class); in testSetCaCertificateForTrustOnFirstUseSuccess() local
772 assertEquals(mEnterpriseConfig.getCaCertificate(), mockCert); in testSetCaCertificateForTrustOnFirstUseSuccess() local
784 X509Certificate mockCert = mock(X509Certificate.class); in testSetCaCertificateForTrustOnFirstUseExceptionWithNoTofuEnabled() local