HomeSort by relevance Sort by last modified time
    Searched refs:makePost (Results 1 - 3 of 3) sorted by null

  /packages/apps/Exchange/src/com/android/exchange/service/
EasServerConnection.java 281 public HttpPost makePost(final String uri, final HttpEntity entity, final String contentType,
376 final HttpPost method = makePost(uriString, entity, contentType, !isPingCommand);
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasAutoDiscover.java 171 req = mConnection.makePost(requestUri, getRequestEntity(),
EasOperation.java 463 HttpUriRequest req = mConnection.makePost(requestUri, getRequestEntity(),
486 * @return The {@link HttpEntity} to pass to {@link com.android.exchange.service.EasServerConnection#makePost}.
    [all...]

Completed in 182 milliseconds