Searched refs:executePostWithTimeout (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DEasSyncService.java227 // executePostWithTimeout (which executes the HttpPost) also uses this lock
626 EasResponse resp = executePostWithTimeout(client, post, COMMAND_TIMEOUT);
633 return executePostWithTimeout(client, post, COMMAND_TIMEOUT);
1259 * Convenience method for executePostWithTimeout for use other than with the Ping command
1261 protected EasResponse executePostWithTimeout(HttpClient client, HttpPost method, int timeout) method in class:EasSyncService
1263 return executePostWithTimeout(client, method, timeout, false);
1275 protected EasResponse executePostWithTimeout(HttpClient client, HttpPost method, int timeout, method in class:EasSyncService
1336 return executePostWithTimeout(client, method, timeout, isPingCommand);

Completed in 79 milliseconds