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

  /packages/apps/Exchange/src/com/android/exchange/eas/
EasFolderSync.java 209 messagingExceptionCode = MessagingException.IOERROR;
212 messagingExceptionCode = MessagingException.IOERROR;
218 messagingExceptionCode = MessagingException.IOERROR;
  /packages/apps/UnifiedEmail/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 136 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
170 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
SmtpSender.java 175 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
  /packages/apps/Email/src/com/android/email/activity/setup/
CheckSettingsErrorDialogFragment.java 169 case MessagingException.IOERROR:
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 184 result = MessagingException.IOERROR;
236 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
ImapStore.java 468 result = MessagingException.IOERROR;
ImapFolder.java 205 // Treat IOERROR messaging exception as IOException
206 if (me.getExceptionType() == MessagingException.IOERROR) {
    [all...]
  /packages/apps/Email/src/com/android/email/service/
Pop3Service.java 197 throw new MessagingException(MessagingException.IOERROR);
414 throw new MessagingException(MessagingException.IOERROR);
PopImapSyncAdapterService.java 151 case MessagingException.IOERROR:

Completed in 785 milliseconds