Home
last modified time | relevance | path

Searched refs:IOERROR (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Email/src/com/android/email/
DMessagingExceptionStrings.java36 case MessagingException.IOERROR: in getErrorStringResourceId()
DController.java1698 return new MessagingException(MessagingException.IOERROR);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
DMessagingException.java36 public static final int IOERROR = 1; field in MessagingException
/packages/apps/Email/src/com/android/email/mail/transport/
DMailTransport.java191 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open()
221 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in reopenTls()
DSmtpSender.java185 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountCheckSettingsFragment.java540 return new MessagingException(MessagingException.IOERROR); in fakeChecker()
629 case MessagingException.IOERROR: in getErrorString()
/packages/apps/Email/src/com/android/email/mail/store/
DPop3Store.java251 result = MessagingException.IOERROR; in checkSettings()
304 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open()
DImapStore.java453 result = MessagingException.IOERROR; in checkSettings()
DImapFolder.java197 if (me.getExceptionType() == MessagingException.IOERROR) { in exists()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasSyncService.java533 resultCode = MessagingException.IOERROR; in validateAccount()
563 resultCode = MessagingException.IOERROR; in validateAccount()
579 resultCode = MessagingException.IOERROR; in validateAccount()
801 MessagingException.IOERROR); in tryAutodiscover()