Searched refs:peekData (Results 1 - 6 of 6) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/net/
H A DDatagramSocketImpl.java275 * {@code peekData()} or {@code receive()} call. This call blocks until
285 protected abstract int peekData(DatagramPacket pack) throws IOException; method in class:DatagramSocketImpl
H A DDatagramSocket.java360 senderPort = impl.peekData(tempPack);
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DDatagramSocketImplFactoryTest.java218 protected int peekData(DatagramPacket arg0) throws IOException { method in class:DatagramSocketImplFactoryTest.TestDatagramSocketImpl
H A DDatagramSocketImplTest.java104 method = "peekData",
302 public int peekData(DatagramPacket pack) throws IOException { method in class:MockDatagramSocketImpl
H A DDatagramSocketTest.java1334 protected int peekData(DatagramPacket arg0) throws IOException {
2747 protected int peekData(DatagramPacket arg0) throws IOException { method in class:DatagramSocketTest.TestDatagramSocketImpl
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
H A DPlainDatagramSocketImpl.java392 public int peekData(DatagramPacket pack) throws IOException { method in class:PlainDatagramSocketImpl

Completed in 104 milliseconds