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

/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasServerConnection.java281 public HttpPost makePost(final String uri, final HttpEntity entity, final String contentType, method in class:EasServerConnection
376 final HttpPost method = makePost(uriString, entity, contentType, !isPingCommand);
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasAutoDiscover.java163 req = mConnection.makePost(requestUri, getRequestEntity(),
H A DEasOperation.java502 HttpUriRequest req = mConnection.makePost(requestUri, getRequestEntity(),
525 * @return The {@link HttpEntity} to pass to {@link com.android.exchange.service.EasServerConnection#makePost}.

Completed in 7123 milliseconds