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

/frameworks/base/core/java/android/net/
H A DLinkSocket.java134 * by dstName and dstPort.
135 * @param dstName the address of the remote host to connect to
138 * @throws UnknownHostException if the given dstName is invalid
143 public void connect(String dstName, int dstPort, int timeout) argument
145 if (DBG) log("connect(dstName, dstPort, timeout) EX");
150 * by dstName and dstPort.
151 * @param dstName the address of the remote host to connect to
153 * @throws UnknownHostException if the given dstName is invalid
157 public void connect(String dstName, int dstPort) argument
159 if (DBG) log("connect(dstName, dstPor
[all...]

Completed in 117 milliseconds