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

  /packages/apps/Email/src/com/android/email/
MessagingExceptionStrings.java 36 case MessagingException.IOERROR:
Controller.java     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
MessagingException.java 36 public static final int IOERROR = 1;
  /packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java 192 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
223 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
SmtpSender.java 185 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 540 return new MessagingException(MessagingException.IOERROR);
629 case MessagingException.IOERROR:
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java 533 resultCode = MessagingException.IOERROR;
563 resultCode = MessagingException.IOERROR;
579 resultCode = MessagingException.IOERROR;
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 252 result = MessagingException.IOERROR;
305 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
    [all...]
ImapStore.java 453 result = MessagingException.IOERROR;
ImapFolder.java 197 // Treat IOERROR messaging exception as IOException
198 if (me.getExceptionType() == MessagingException.IOERROR) {
    [all...]

Completed in 260 milliseconds