HomeSort by relevance Sort by last modified time
    Searched defs:CommandStatusException (Results 1 - 2 of 2) 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/
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...]

Completed in 518 milliseconds