Home
last modified time | relevance | path

Searched defs:actualAddr (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DSocketChannelTest.java193 InetSocketAddress actualAddr = (InetSocketAddress) sc.socket().getLocalSocketAddress(); in test_bind_socketStateSync() local
219 InetSocketAddress actualAddr = (InetSocketAddress) sc.socket().getLocalSocketAddress(); in test_bind_socketObjectCreationAfterBind() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DServerSocketChannelTest.java191 InetSocketAddress actualAddr = (InetSocketAddress) ssc.socket().getLocalSocketAddress(); in test_bind_socketSync() local
212 InetSocketAddress actualAddr = (InetSocketAddress) ssc.socket().getLocalSocketAddress(); in test_bind_socketSyncAfterBind() local
DDatagramChannelTest.java2471 InetSocketAddress actualAddr = (InetSocketAddress) dc.socket().getLocalSocketAddress(); in test_bind_socketSync() local
2497 InetSocketAddress actualAddr = (InetSocketAddress) dc.socket().getLocalSocketAddress(); in test_bind_socketSyncAfterBind() local