Home
last modified time | relevance | path

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

/packages/apps/Exchange/src/com/android/exchange/service/
DEasServerConnection.java281 public HttpPost makePost(final String uri, final HttpEntity entity, final String contentType, in makePost() method in EasServerConnection
376 final HttpPost method = makePost(uriString, entity, contentType, !isPingCommand); in sendHttpClientPost()
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasAutoDiscover.java171 req = mConnection.makePost(requestUri, getRequestEntity(), in makeRequest()
DEasOperation.java463 HttpUriRequest req = mConnection.makePost(requestUri, getRequestEntity(), in makeRequest()