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

1 2

  /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();
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapRequest.java 83 readResponse(is);
113 protected void readResponse(InputStream stream) throws IOException {
114 Log.v(TAG, "readResponse");
BluetoothPbapRequestPullVcardEntry.java 64 protected void readResponse(InputStream stream) throws IOException {
65 Log.v(TAG, "readResponse");
BluetoothPbapRequestPullPhoneBook.java 91 protected void readResponse(InputStream stream) throws IOException {
92 Log.v(TAG, "readResponse");
99 Log.v(TAG, "readResponse");
BluetoothPbapRequestPullVcardListing.java 86 protected void readResponse(InputStream stream) throws IOException {
87 Log.v(TAG, "readResponse");
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequest.java 115 readResponse(is);
155 protected void readResponse(InputStream stream) throws IOException {
BluetoothMasRequestGetFolderListing.java 59 protected void readResponse(InputStream stream) {
BluetoothMasRequestGetMessage.java 58 protected void readResponse(InputStream stream) {
BluetoothMasRequestGetMessagesListing.java 118 protected void readResponse(InputStream stream) {
  /frameworks/av/media/mtp/
MtpDevice.cpp 298 MtpResponseCode ret = readResponse();
322 MtpResponseCode ret = readResponse();
341 MtpResponseCode ret = readResponse();
357 MtpResponseCode ret = readResponse();
380 MtpResponseCode ret = readResponse();
398 MtpResponseCode ret = readResponse();
415 MtpResponseCode ret = readResponse();
464 MtpResponseCode ret = readResponse();
497 MtpResponseCode ret = readResponse();
507 MtpResponseCode ret = readResponse();
    [all...]
MtpDevice.h 110 MtpResponseCode readResponse();
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 148 mParser.readResponse();
262 ImapResponse readResponse() throws IOException, MessagingException {
263 return mParser.readResponse();
313 ImapResponse response = readResponse();
341 response = mParser.readResponse();
557 response = mParser.readResponse();
567 response = readResponse();
ImapFolder.java 687 response = mConnection.readResponse();
    [all...]
  /packages/services/Telephony/src/com/android/phone/common/mail/store/
ImapConnection.java 173 ImapResponse readResponse() throws IOException, MessagingException {
174 return mParser.readResponse();
226 response = mParser.readResponse();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpTransport.java 80 return httpConnection.readResponse();
SocketConnector.java 185 Response response = tunnelConnection.readResponse().request(tunnelRequest).build();
HttpConnection.java 52 * <li>{@link #readResponse Read response headers}.
184 public Response.Builder readResponse() throws IOException {
HttpEngine.java 86 * <li>The HTTP response message is read with readResponse(). After the
737 public void readResponse() throws IOException {
    [all...]
  /external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
HttpURLConnectionImpl.java 431 private boolean execute(boolean readResponse) throws IOException {
438 if (readResponse) {
439 httpEngine.readResponse();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Call.java 274 engine.readResponse();
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapResponseParser.java 140 * @see #readResponse()
160 public ImapResponse readResponse() throws IOException, MessagingException {
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapResponseParser.java 123 * @see #readResponse()
143 public ImapResponse readResponse() throws IOException, MessagingException {
  /external/apache-http/android/src/android/net/http/
Request.java 237 void readResponse(AndroidHttpClientConnection httpClientConnection)
316 if (HttpLog.LOGV) HttpLog.v("Request.readResponse() " + count);
329 if (HttpLog.LOGV) HttpLog.v( "readResponse() handling " + e);
352 if (HttpLog.LOGV) HttpLog.v("Request.readResponse(): done " +
Connection.java 279 req.readResponse(mHttpClientConnection);

Completed in 2386 milliseconds

1 2