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 282 public HttpPost makePost(final String uri, final HttpEntity entity, final String contentType,
369 final HttpPost method = makePost(uriString, entity, contentType, !isPingCommand);
EasAutoDiscover.java 81 final HttpPost post = makePost("https://" + domain + AUTO_DISCOVER_PAGE, entity,
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java 363 return mConnection.makePost(requestUri, getRequestEntity(),
385 * @return The {@link HttpEntity} to pass to {@link EasServerConnection#makePost}.

Completed in 50 milliseconds