Searched defs:handleResponse (Results 1 - 12 of 12) 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.java82 protected int handleResponse(final EasResponse response) { method in class:EasOptions
H A DEasFolderSync.java199 protected int handleResponse(final EasResponse response) method in class:EasFolderSync
H A DEasMoveItems.java130 protected int handleResponse(final EasResponse response) throws IOException { method in class:EasMoveItems
H A DEasSearch.java148 protected int handleResponse(final EasResponse response) method in class:EasSearch
H A DEasSyncBase.java107 protected int handleResponse(final EasResponse response) method in class:EasSyncBase
H A DEasLoadAttachment.java276 protected int handleResponse(final EasResponse response) { method in class:EasLoadAttachment
H A DEasPing.java178 protected int handleResponse(final EasResponse response) throws IOException { method in class:EasPing
H A DEasSync.java213 protected int handleResponse(final EasResponse response) method in class:EasSync
H A DEasOutboxSync.java160 protected int handleResponse(EasResponse response) throws IOException, CommandStatusException { method in class:EasOutboxSync
H A DEasProvision.java75 * {@link #handleResponse}.
92 * to vary how {@link #getRequestEntity} and {@link #handleResponse} work.
281 protected int handleResponse(final EasResponse response) throws IOException { method in class:EasProvision
H A DEasOperation.java265 * - Non-negative values indicate the result of {@link #handleResponse}. These are obviously
271 * response as well, so {@link #handleResponse} should in those cases return the appropriate
335 responseResult = handleResponse(response);
499 protected abstract int handleResponse(final EasResponse response) method in class:EasOperation

Completed in 122 milliseconds