HomeSort by relevance Sort by last modified time
    Searched defs:httpClient (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAndroidHttpClient.java 11 import org.apache.http.client.HttpClient;
28 private HttpClient httpClient = new DefaultHttpClient();
42 return httpClient.getParams();
47 return httpClient.getConnectionManager();
52 return httpClient.execute(httpUriRequest);
57 return httpClient.execute(httpUriRequest, httpContext);
62 return httpClient.execute(httpHost, httpRequest);
67 return httpClient.execute(httpHost, httpRequest, httpContext);
72 return httpClient.execute(httpUriRequest, responseHandler)
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/
DownloadRequest.java 60 final MmsHttpClient httpClient = netMgr.getHttpClient();
61 return httpClient.execute(getHttpRequestUrl(apn), null/*pdu*/, MmsHttpClient.METHOD_GET,
SendRequest.java 80 final MmsHttpClient httpClient = netMgr.getHttpClient();
81 return httpClient.execute(getHttpRequestUrl(apn), mPduData, MmsHttpClient.METHOD_POST,
  /cts/tests/tests/networksecurityconfig/src/android/security/net/config/cts/
TestUtils.java 128 AndroidHttpClient httpClient = AndroidHttpClient.newInstance(null);
130 HttpResponse response = httpClient.execute(new HttpGet(url.toString()));
132 httpClient.close();
139 AndroidHttpClient httpClient = AndroidHttpClient.newInstance(null);
141 HttpResponse response = httpClient.execute(new HttpGet(url.toString()));
145 httpClient.close();
  /cts/tests/tests/net/src/android/net/http/cts/
ApacheHttpClientTest.java 20 import org.apache.http.client.HttpClient;
60 HttpClient httpClient = new DefaultHttpClient();
62 HttpResponse response = httpClient.execute(request);
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Benchmark.java 99 HttpClient httpClient = client.create();
102 httpClient.prepare(this);
129 while (httpClient.acceptingJobs()) {
130 httpClient.enqueue(url);
  /cts/tests/tests/netsecpolicy/src/android/security/
NetworkSecurityPolicyTestBase.java 124 AndroidHttpClient httpClient = AndroidHttpClient.newInstance(null);
126 HttpResponse response = httpClient.execute(new HttpGet(url.toString()));
129 httpClient.close();
137 AndroidHttpClient httpClient = AndroidHttpClient.newInstance(null);
139 HttpResponse response = httpClient.execute(new HttpGet(url.toString()));
146 httpClient.close();
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
BandwidthTestUtil.java 27 import org.apache.http.client.HttpClient;
130 HttpClient httpClient = new DefaultHttpClient();
145 HttpResponse res = httpClient.execute(postRequest);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 25 import org.apache.http.client.HttpClient;
85 * Configures the httpClient to connect to the URL provided.
87 public static HttpClient getHttpClient() {
88 HttpClient httpClient = new DefaultHttpClient();
89 final HttpParams params = httpClient.getParams();
93 return httpClient;
  /frameworks/base/core/tests/coretests/src/android/net/http/
AbstractProxyTest.java 33 import org.apache.http.client.HttpClient;
45 protected abstract HttpClient newHttpClient();
68 HttpClient httpClient = newHttpClient();
72 httpClient.getConnectionManager().getSchemeRegistry()
75 HttpResponse response = httpClient.execute(
119 HttpClient httpProxyClient = newHttpClient();
160 HttpClient httpProxyClient = newHttpClient();
196 HttpClient client = newHttpClient();
212 HttpClient client = newHttpClient()
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/client/
HttpExchange.java 66 * Typically the HttpExchange is passed to the {@link HttpClient#send(HttpExchange)} method, which in turn selects a {@link HttpDestination} and calls its
73 * In some circumstances, the HttpClient or HttpDestination may wish to retry a HttpExchange (eg. failed pipeline request, authentication retry or redirection).
74 * In such cases, the HttpClient and/or HttpDestination may insert their own HttpExchangeListener to intercept and filter the call backs intended for the
454 * Note: this method will not be populated unless the exchange has been executed by the HttpClient
586 * (this form is generated automatically by HttpClient)<br/>
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0/
sdklib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-alpha5/
sdklib-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-alpha7/
sdklib-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-alpha9/
sdklib-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-beta2/
sdklib-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-beta5/
sdklib-25.0.0-beta5.jar 

Completed in 296 milliseconds

1 2 3 4 5 6