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

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestGetFolderListing.java 59 protected void readResponse(InputStream stream) {
BluetoothMasRequestGetMessage.java 58 protected void readResponse(InputStream stream) {
BluetoothMasRequestGetMessagesListing.java 113 protected void readResponse(InputStream stream) {
BluetoothMasRequest.java 114 readResponse(is);
154 protected void readResponse(InputStream stream) throws IOException {
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapRequestPullVcardEntry.java 64 protected void readResponse(InputStream stream) throws IOException {
65 Log.v(TAG, "readResponse");
BluetoothPbapRequestPullVcardListing.java 86 protected void readResponse(InputStream stream) throws IOException {
87 Log.v(TAG, "readResponse");
BluetoothPbapRequestPullPhoneBook.java 91 protected void readResponse(InputStream stream) throws IOException {
92 Log.v(TAG, "readResponse");
99 Log.v(TAG, "readResponse");
BluetoothPbapRequest.java 83 readResponse(is);
113 protected void readResponse(InputStream stream) throws IOException {
114 Log.v(TAG, "readResponse");
  /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...]
  /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();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Job.java 134 engine.readResponse();
  /frameworks/av/media/mtp/
MtpDevice.cpp 289 MtpResponseCode ret = readResponse();
313 MtpResponseCode ret = readResponse();
332 MtpResponseCode ret = readResponse();
348 MtpResponseCode ret = readResponse();
371 MtpResponseCode ret = readResponse();
389 MtpResponseCode ret = readResponse();
406 MtpResponseCode ret = readResponse();
455 MtpResponseCode ret = readResponse();
488 MtpResponseCode ret = readResponse();
498 MtpResponseCode ret = readResponse();
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapResponseParser.java 140 * @see #readResponse()
160 public ImapResponse readResponse() throws IOException, MessagingException {
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
HttpUrlConnectionUrlRequest.java 342 readResponse();
347 private void readResponse() {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpConnection.java 51 * <li>{@link #readResponse Read response headers}.
173 public Response.Builder readResponse() throws IOException {
HttpURLConnectionImpl.java 380 private boolean execute(boolean readResponse) throws IOException {
387 if (readResponse) {
388 httpEngine.readResponse();
HttpEngine.java 66 * <li>The HTTP response message is read with readResponse(). After the
586 public final void readResponse() throws IOException {
  /frameworks/base/core/java/android/net/http/
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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 1018 milliseconds