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.java64 protected int handleResponse(final EasResponse response) throws method in class:EasSearchGal
H A DEasFolderSync.java167 protected int handleResponse(final EasResponse response) method in class:EasFolderSync
H A DEasSyncBase.java104 protected int handleResponse(final EasResponse response) method in class:EasSyncBase
H A DEasOperation.java245 * - Non-negative values indicate the result of {@link #handleResponse}. These are obviously
251 * response as well, so {@link #handleResponse} should in those cases return the appropriate
325 responseResult = handleResponse(response);
500 protected abstract int handleResponse(final EasResponse response) method in class:EasOperation
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.java144 protected int handleResponse(final EasResponse response) method in class:EasSearch
H A DEasFullSyncOperation.java86 protected int handleResponse(final EasResponse response) method in class:EasFullSyncOperation
91 LogUtils.e(TAG, "unexpected call to EasFullSyncOperation.handleResponse");
H A DEasLoadAttachment.java277 protected int handleResponse(final EasResponse response) { method in class:EasLoadAttachment
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.java182 protected int handleResponse(final EasResponse response) throws method in class:EasAutoDiscover
H A DEasOutboxSync.java184 protected int handleResponse(EasResponse response) throws IOException, CommandStatusException { method in class:EasOutboxSync

Completed in 85 milliseconds