Searched defs:client (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/exchange/
H A DEasSyncService.java59 import org.apache.http.client.HttpClient;
60 import org.apache.http.client.methods.HttpOptions;
61 import org.apache.http.client.methods.HttpPost;
62 import org.apache.http.client.methods.HttpRequestBase;
66 import org.apache.http.impl.client.DefaultHttpClient;
497 * @param client the HttpClient to be used for the request
504 private HttpResponse postAutodiscover(HttpClient client, HttpPost post, boolean canRetry) argument
507 HttpResponse resp = executePostWithTimeout(client, post, COMMAND_TIMEOUT);
514 return executePostWithTimeout(client, post, COMMAND_TIMEOUT);
527 return postAutodiscover(client, pos
1172 executePostWithTimeout(HttpClient client, HttpPost method, int timeout) argument
1186 executePostWithTimeout(HttpClient client, HttpPost method, int timeout, boolean isPingCommand) argument
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DTab.java656 // remove "client" before updating it to the history so that it wont
658 int index = url.indexOf("client=ms-");
1217 SubWindowClient(WebViewClient client) { argument
1218 mClient = client;
1269 SubWindowChromeClient(WebChromeClient client) { argument
1270 mClient = client;

Completed in 7 milliseconds