Home
last modified time | relevance | path

Searched refs:httpClient (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DBandwidthTestUtil.java130 HttpClient httpClient = new DefaultHttpClient(); in postFileToServer() local
145 HttpResponse res = httpClient.execute(postRequest); in postFileToServer()
/frameworks/base/core/tests/coretests/src/android/net/http/
DAbstractProxyTest.java68 HttpClient httpClient = newHttpClient(); in testConnectToHttps() local
72 httpClient.getConnectionManager().getSchemeRegistry() in testConnectToHttps()
75 HttpResponse response = httpClient.execute( in testConnectToHttps()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DEapAkaApi.java138 HttpClient httpClient, in EapAkaApi() argument
142 this.mHttpClient = httpClient; in EapAkaApi()