Searched refs:localhostAddress (Results 1 – 2 of 2) sorted by relevance
116 InetAddress localhostAddress = InetAddress.getLoopbackAddress(); in createSocket_io_error_expected() local118 mSocketFactory.createSocket(localhostAddress, HTTPS_PORT); in createSocket_io_error_expected()126 mSocketFactory.createSocket(localhostAddress, HTTPS_PORT, localhostAddress, 0); in createSocket_io_error_expected()
70 public InetAddress localhostAddress; field in InetDiagSocketIntegrationTest.Connection91 localhostAddress = Inet4Address.getByName("localhost"); in Connection()94 localhostAddress = Inet6Address.getByName("::"); in Connection()