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

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
H A DFtpURLConnection.java150 int reply = getReply();
153 reply = getReply();
279 reply = getReply();
282 reply = getReply();
349 private int getReply() throws IOException { method in class:FtpURLConnection
379 reply = getReply();
385 reply = getReply();
392 reply = getReply();
405 if (getReply() != FTP_OK) {
442 reply = getReply();
[all...]

Completed in 16 milliseconds