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

  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseParserTest.java 85 r = p.readResponse();
95 r = p.readResponse();
101 r = p.readResponse();
106 r = p.readResponse();
117 r = p.readResponse();
123 r = p.readResponse();
129 r = p.readResponse();
135 r = p.readResponse();
140 r = p.readResponse();
153 r = p.readResponse();
    [all...]
ImapTestUtils.java 91 return p.readResponse();
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPOutputStream.java 32 scp.readResponse(is);
39 scp.readResponse(is);
50 scp.readResponse(session.getStdout());
SCPClient.java 78 protected void readResponse(InputStream is) throws IOException
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
Job.java 41 Response response = readResponse();
73 private Response readResponse() throws IOException {
HttpURLConnectionImpl.java 343 private boolean execute(boolean readResponse) throws IOException {
346 if (readResponse) {
347 httpEngine.readResponse();
HttpEngine.java 64 * <li>The HTTP response message is read with readResponse(). After the
613 public final void readResponse() throws IOException {
620 throw new IllegalStateException("readResponse() without sendRequest()");
  /frameworks/av/media/mtp/
MtpDevice.cpp 289 MtpResponseCode ret = readResponse();
313 MtpResponseCode ret = readResponse();
330 MtpResponseCode ret = readResponse();
346 MtpResponseCode ret = readResponse();
367 MtpResponseCode ret = readResponse();
385 MtpResponseCode ret = readResponse();
400 MtpResponseCode ret = readResponse();
449 MtpResponseCode ret = readResponse();
482 MtpResponseCode ret = readResponse();
492 MtpResponseCode ret = readResponse();
    [all...]
MtpDevice.h 110 MtpResponseCode readResponse();
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 113 mParser.readResponse();
227 ImapResponse readResponse() throws IOException, MessagingException {
228 return mParser.readResponse();
270 ImapResponse response = readResponse();
299 response = mParser.readResponse();
ImapFolder.java 679 response = mConnection.readResponse();
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponseParser.java 140 * @see #readResponse()
160 public ImapResponse readResponse() throws IOException, MessagingException {
  /frameworks/base/core/java/android/net/http/
Connection.java 283 req.readResponse(mHttpClientConnection);
Request.java 242 void readResponse(AndroidHttpClientConnection httpClientConnection)
321 if (HttpLog.LOGV) HttpLog.v("Request.readResponse() " + count);
334 if (HttpLog.LOGV) HttpLog.v( "readResponse() handling " + e);
357 if (HttpLog.LOGV) HttpLog.v("Request.readResponse(): done " +
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 295 milliseconds