Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
H A DXmlConfigTests.java83 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 DTestUtils.java52 public static void assertUrlConnectionFails(SSLContext context, String host, int port) in assertUrlConnectionFails() method in TestUtils
H A DNetworkSecurityConfigTests.java264 TestUtils.assertUrlConnectionFails(context, "google.com", 443); in testWithUrlConnection()