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()
138 HttpClient httpClient, in EapAkaApi() argument142 this.mHttpClient = httpClient; in EapAkaApi()