Searched refs:assertUrlConnectionFails (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
H A D | XmlConfigTests.java | 83 TestUtils.assertUrlConnectionFails(context, "google.com", 443); in testEmptyAnchors() 110 TestUtils.assertUrlConnectionFails(context, "google.com", 443); in testBasicDomainConfig() 181 TestUtils.assertUrlConnectionFails(context, "android.com", 443); in testBadPin() 260 TestUtils.assertUrlConnectionFails(context, "google.com", 443); in testResourcePemCertificateSource() 277 TestUtils.assertUrlConnectionFails(context, "google.com", 443); in testResourceDerCertificateSource()
|
H A D | TestUtils.java | 52 public static void assertUrlConnectionFails(SSLContext context, String host, int port) in assertUrlConnectionFails() method in TestUtils
|
H A D | NetworkSecurityConfigTests.java | 264 TestUtils.assertUrlConnectionFails(context, "google.com", 443); in testWithUrlConnection()
|