Searched refs:httpClient (Results 1 – 3 of 3) sorted by relevance
130 HttpClient httpClient = new DefaultHttpClient(); in postFileToServer() local145 HttpResponse res = httpClient.execute(postRequest); in postFileToServer()
68 HttpClient httpClient = newHttpClient(); in testConnectToHttps() local72 httpClient.getConnectionManager().getSchemeRegistry() in testConnectToHttps()75 HttpResponse response = httpClient.execute( in testConnectToHttps()
97 EapAkaApi(Context context, int simSubscriptionId, HttpClient httpClient) { in EapAkaApi() argument100 this.mHttpClient = httpClient; in EapAkaApi()