Home
last modified time | relevance | path

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

/packages/apps/Exchange/src/com/android/exchange/eas/
DEasFolderSync.java203 messagingExceptionCode = MessagingException.IOERROR; in writeResultCode()
206 messagingExceptionCode = MessagingException.IOERROR; in writeResultCode()
212 messagingExceptionCode = MessagingException.IOERROR; in writeResultCode()
/packages/apps/Email/provider_src/com/android/email/mail/transport/
DMailTransport.java147 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open()
190 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in reopenTls()
/packages/apps/Email/provider_src/com/android/email/service/
DPop3Service.java201 throw new MessagingException(MessagingException.IOERROR); in loadUnsyncedMessages()
418 throw new MessagingException(MessagingException.IOERROR); in synchronizePop3Mailbox()
DPopImapSyncAdapterService.java155 case MessagingException.IOERROR: in sync()
/packages/apps/Email/provider_src/com/android/email/mail/store/
DPop3Store.java184 result = MessagingException.IOERROR; in checkSettings()
236 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open()
DImapFolder.java206 if (me.getExceptionType() == MessagingException.IOERROR) { in exists()
1276 return new MessagingException(MessagingException.IOERROR, "IO Error", ioe); in ioExceptionHandler()
DImapStore.java499 result = MessagingException.IOERROR; in checkSettings()
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
DMessagingException.java36 public static final int IOERROR = 1; field in MessagingException
/packages/apps/Email/src/com/android/email/activity/setup/
DCheckSettingsErrorDialogFragment.java169 case MessagingException.IOERROR: in getErrorString()
/packages/apps/Email/src/com/android/email/mail/transport/
DSmtpSender.java175 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open()