Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java1405 InetSocketAddress theOtherLocalAddress = new InetSocketAddress( in test_setReuseAddressZ() local
1415 theSocket2.bind(theOtherLocalAddress); in test_setReuseAddressZ()
1427 + theOtherLocalAddress.toString()); in test_setReuseAddressZ()
1441theOtherLocalAddress = new InetSocketAddress((InetAddress) allAddresses[1], theSocket.getLocalPort… in test_setReuseAddressZ()
1442 theSocket2.bind(theOtherLocalAddress); in test_setReuseAddressZ()
1454theOtherLocalAddress = new InetSocketAddress((InetAddress) allAddresses[1], theSocket.getLocalPort… in test_setReuseAddressZ()
1455 theSocket2.bind(theOtherLocalAddress); in test_setReuseAddressZ()