Home
last modified time | relevance | path

Searched refs:localhostAddress (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DSSLCertificateSocketFactoryTest.java116 InetAddress localhostAddress = InetAddress.getLoopbackAddress(); in createSocket_io_error_expected() local
118 mSocketFactory.createSocket(localhostAddress, HTTPS_PORT); in createSocket_io_error_expected()
126 mSocketFactory.createSocket(localhostAddress, HTTPS_PORT, localhostAddress, 0); in createSocket_io_error_expected()
/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/netlink/
H A DInetDiagSocketIntegrationTest.java70 public InetAddress localhostAddress; field in InetDiagSocketIntegrationTest.Connection
91 localhostAddress = Inet4Address.getByName("localhost"); in Connection()
94 localhostAddress = Inet6Address.getByName("::"); in Connection()