HomeSort by relevance Sort by last modified time
    Searched refs:readResponse (Results 1 - 25 of 27) 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 114 readResponse(is);
154 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 113 protected void readResponse(InputStream stream) {
  /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 148 mParser.readResponse();
262 ImapResponse readResponse() throws IOException, MessagingException {
263 return mParser.readResponse();
313 ImapResponse response = readResponse();
341 response = mParser.readResponse();
554 response = mParser.readResponse();
564 response = readResponse();
ImapFolder.java 687 response = mConnection.readResponse();
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpTransport.java 101 return httpConnection.readResponse();
HttpURLConnectionImpl.java 371 private boolean execute(boolean readResponse) throws IOException {
378 if (readResponse) {
379 httpEngine.readResponse();
HttpConnection.java 51 * <li>{@link #readResponse Read response headers}.
169 public Response.Builder readResponse() throws IOException {
HttpEngine.java 66 * <li>The HTTP response message is read with readResponse(). After the
574 public final void readResponse() throws IOException {
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
HttpUrlConnectionUrlRequest.java 314 readResponse();
319 private void readResponse() {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 355 Response response = tunnelConnection.readResponse().request(request).build();
Job.java 134 engine.readResponse();
  /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 282 req.readResponse(mHttpClientConnection);
Request.java 239 void readResponse(AndroidHttpClientConnection httpClientConnection)
318 if (HttpLog.LOGV) HttpLog.v("Request.readResponse() " + count);
331 if (HttpLog.LOGV) HttpLog.v( "readResponse() handling " + e);
354 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 372 milliseconds

1 2