HomeSort by relevance Sort by last modified time
    Searched refs:CommandStatusException (Results 1 - 17 of 17) sorted by null

  /packages/apps/Exchange/src/com/android/exchange/
CommandStatusException.java 23 public class CommandStatusException extends EasException {
137 public CommandStatusException(int status) {
142 public CommandStatusException(int status, String itemId) {
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncParser.java 31 import com.android.exchange.CommandStatusException;
32 import com.android.exchange.CommandStatusException.CommandStatus;
93 * @throws CommandStatusException
95 public abstract void commandsParser() throws IOException, CommandStatusException;
129 * @throws CommandStatusException
132 public boolean parse() throws IOException, CommandStatusException {
186 throw new CommandStatusException(status);
PingParser.java 19 import com.android.exchange.CommandStatusException.CommandStatus;
AbstractSyncAdapter.java 32 import com.android.exchange.CommandStatusException;
65 public abstract boolean parse(InputStream is) throws IOException, CommandStatusException;
EmailSyncParser.java 39 import com.android.exchange.CommandStatusException;
355 private EmailContent.Message addParser(final int endingTag) throws IOException, CommandStatusException {
380 throw new CommandStatusException(status, msg.mServerId);
683 public void commandsParser() throws IOException, CommandStatusException {
747 } catch (CommandStatusException sse) {
769 public boolean parse() throws IOException, CommandStatusException {
    [all...]
FolderSyncParser.java 40 import com.android.exchange.CommandStatusException;
41 import com.android.exchange.CommandStatusException.CommandStatus;
199 public boolean parse() throws IOException, CommandStatusException {
235 throw new CommandStatusException(status);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSearchGal.java 6 import com.android.exchange.CommandStatusException;
65 IOException, CommandStatusException {
EasFolderSync.java 27 import com.android.exchange.CommandStatusException;
168 throws IOException, CommandStatusException {
EasSyncBase.java 11 import com.android.exchange.CommandStatusException;
105 throws IOException, CommandStatusException {
EasOperation.java 37 import com.android.exchange.CommandStatusException;
329 } catch (final CommandStatusException e) {
333 // The various parsers handle this by throwing a CommandStatusException.
336 LogUtils.e(LOG_TAG, "CommandStatusException: %s, %d", getCommand(), status);
337 if (CommandStatusException.CommandStatus.isNeedsProvisioning(status)) {
339 } else if (CommandStatusException.CommandStatus.isDeniedAccess(status)) {
501 throws IOException, CommandStatusException;
    [all...]
EasSearch.java 11 import com.android.exchange.CommandStatusException;
145 throws IOException, CommandStatusException {
EasOutboxSync.java 21 import com.android.exchange.CommandStatusException;
24 import com.android.exchange.CommandStatusException.CommandStatus;
184 protected int handleResponse(EasResponse response) throws IOException, CommandStatusException {
EasFullSyncOperation.java 17 import com.android.exchange.CommandStatusException;
87 throws IOException, CommandStatusException {
EasSendMeetingResponse.java 18 import com.android.exchange.CommandStatusException;
130 throws IOException, CommandStatusException {
EasSync.java 31 import com.android.exchange.CommandStatusException;
214 throws IOException, CommandStatusException {
EasAutoDiscover.java 12 import com.android.exchange.CommandStatusException;
183 IOException, CommandStatusException {
EasPing.java 34 import com.android.exchange.CommandStatusException.CommandStatus;

Completed in 131 milliseconds