Searched refs:getRequestEntity (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasSettings.java60 protected HttpEntity getRequestEntity() throws IOException { method in class:EasSettings
H A DEasOptions.java79 protected HttpEntity getRequestEntity() { method in class:EasOptions
H A DEasSearchGal.java41 protected HttpEntity getRequestEntity() throws IOException, MessageInvalidException { method in class:EasSearchGal
H A DEasFolderSync.java164 protected HttpEntity getRequestEntity() throws IOException { method in class:EasFolderSync
H A DEasSyncBase.java83 protected HttpEntity getRequestEntity() throws IOException { method in class:EasSyncBase
H A DEasAutoDiscover.java126 protected HttpEntity getRequestEntity() throws IOException, MessageInvalidException { method in class:EasAutoDiscover
163 req = mConnection.makePost(requestUri, getRequestEntity(),
H A DEasOperation.java502 HttpUriRequest req = mConnection.makePost(requestUri, getRequestEntity(),
528 protected abstract HttpEntity getRequestEntity() throws IOException, MessageInvalidException; method in class:EasOperation
H A DEasLoadAttachment.java220 protected HttpEntity getRequestEntity() throws IOException { method in class:EasLoadAttachment
H A DEasMoveItems.java117 protected HttpEntity getRequestEntity() throws IOException { method in class:EasMoveItems
H A DEasProvision.java92 * to vary how {@link #getRequestEntity} and {@link #handleResponse} work.
273 protected HttpEntity getRequestEntity() throws IOException { method in class:EasProvision
H A DEasSearch.java60 protected HttpEntity getRequestEntity() throws IOException { method in class:EasSearch
H A DEasFullSyncOperation.java78 protected HttpEntity getRequestEntity() throws IOException { method in class:EasFullSyncOperation
82 LogUtils.e(TAG, "unexpected call to EasFullSyncOperation.getRequestEntity");
H A DEasPing.java149 protected HttpEntity getRequestEntity() throws IOException { method in class:EasPing
H A DEasSendMeetingResponse.java86 protected HttpEntity getRequestEntity() throws IOException { method in class:EasSendMeetingResponse
H A DEasSync.java202 protected HttpEntity getRequestEntity() throws IOException { method in class:EasSync
H A DEasOutboxSync.java115 protected HttpEntity getRequestEntity() throws IOException, MessageInvalidException { method in class:EasOutboxSync

Completed in 76 milliseconds