OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:datagramsocket1
(Results
1 - 1
of
1
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.java
67
private DatagramSocket
datagramSocket1
;
81
this.
datagramSocket1
= new DatagramSocket(ports[2]);
101
if (null != this.
datagramSocket1
) {
103
this.
datagramSocket1
.close();
438
datagramSocket1
.close();
460
this.
datagramSocket1
.close();
476
datagramSocket1
.close();
497
datagramSocket1
.close();
638
assertTrue(this.
datagramSocket1
.isBound());
645
this.
datagramSocket1
.close()
[
all
...]
Completed in 171 milliseconds