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

/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasSettings.java69 protected int handleResponse(final EasResponse response) throws IOException { method in class:EasSettings
H A DEasOptions.java84 protected int handleResponse(final EasResponse response) { method in class:EasOptions
H A DEasSearchGal.java63 protected int handleResponse(final EasResponse response) throws method in class:EasSearchGal
H A DEasFolderSync.java173 protected int handleResponse(final EasResponse response) method in class:EasFolderSync
H A DEasSyncBase.java107 protected int handleResponse(final EasResponse response) method in class:EasSyncBase
H A DEasOperation.java297 * - Non-negative values indicate the result of {@link #handleResponse}. These are obviously
303 * response as well, so {@link #handleResponse} should in those cases return the appropriate
371 responseResult = handleResponse(response);
539 protected abstract int handleResponse(final EasResponse response) method in class:EasOperation
H A DEasLoadAttachment.java276 protected int handleResponse(final EasResponse response) { method in class:EasLoadAttachment
H A DEasMoveItems.java130 protected int handleResponse(final EasResponse response) throws IOException { method in class:EasMoveItems
H A DEasProvision.java75 * {@link #handleResponse}.
92 * to vary how {@link #getRequestEntity} and {@link #handleResponse} work.
283 protected int handleResponse(final EasResponse response) throws IOException { method in class:EasProvision
H A DEasSearch.java148 protected int handleResponse(final EasResponse response) method in class:EasSearch
H A DEasFullSyncOperation.java87 protected int handleResponse(final EasResponse response) method in class:EasFullSyncOperation
92 LogUtils.e(TAG, "unexpected call to EasFullSyncOperation.handleResponse");
H A DEasPing.java180 protected int handleResponse(final EasResponse response) throws IOException { method in class:EasPing
186 LogUtils.d(TAG, "EasPing.handleResponse");
H A DEasSendMeetingResponse.java129 protected int handleResponse(final EasResponse response) method in class:EasSendMeetingResponse
H A DEasSync.java213 protected int handleResponse(final EasResponse response) method in class:EasSync
H A DEasAutoDiscover.java174 protected int handleResponse(final EasResponse response) throws method in class:EasAutoDiscover
H A DEasOutboxSync.java185 protected int handleResponse(EasResponse response) throws IOException, CommandStatusException { method in class:EasOutboxSync

Completed in 856 milliseconds