HomeSort by relevance Sort by last modified time
    Searched refs:UnsupportedSocketAddress (Results 1 - 3 of 3) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramPacketTest.java 203 class UnsupportedSocketAddress extends SocketAddress {
205 public UnsupportedSocketAddress() {
212 new DatagramPacket(buf, 1, new UnsupportedSocketAddress());
244 class UnsupportedSocketAddress extends SocketAddress {
246 public UnsupportedSocketAddress() {
253 new DatagramPacket(buf, 1, 1, new UnsupportedSocketAddress());
302 class UnsupportedSocketAddress extends SocketAddress {
304 public UnsupportedSocketAddress() {
312 thePacket.setSocketAddress(new UnsupportedSocketAddress());
SocketTest.java 155 class UnsupportedSocketAddress extends SocketAddress {
156 public UnsupportedSocketAddress() {
231 theSocket.bind(new UnsupportedSocketAddress());
301 class UnsupportedSocketAddress extends SocketAddress {
302 public UnsupportedSocketAddress() {
315 theSocket.connect(new UnsupportedSocketAddress());
392 class UnsupportedSocketAddress extends SocketAddress {
393 public UnsupportedSocketAddress() {
414 theSocket.connect(new UnsupportedSocketAddress(), 1000);
    [all...]
DatagramSocketTest.java 588 class UnsupportedSocketAddress extends SocketAddress {
589 public UnsupportedSocketAddress() {
601 ds = new java.net.DatagramSocket(new UnsupportedSocketAddress());
    [all...]

Completed in 56 milliseconds