Home | History | Annotate | Download | only in service

Lines Matching refs:EasResponse

39 import com.android.exchange.EasResponse;
256 * @return The {@link EasResponse} from the Exchange server.
259 protected EasResponse sendHttpClientOptions() throws IOException, CertificateException {
264 return EasResponse.fromHttpRequest(getClientConnectionManager(),
341 protected EasResponse sendHttpClientPost(String cmd, final HttpEntity entity,
387 public EasResponse sendHttpClientPost(final String cmd, final byte[] bytes,
398 protected EasResponse sendHttpClientPost(final String cmd, final byte[] bytes)
412 public EasResponse executeHttpUriRequest(final HttpUriRequest method, final long timeout)
430 final EasResponse response = EasResponse.fromHttpRequest(getClientConnectionManager(),
444 protected EasResponse executePost(final HttpPost method)