Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DMailTransport.java115 MessagingException.IOERROR, in open()
124 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open()
154 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open()
162 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open()
197 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in createSocket()
224 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in reopenTls()
DMessagingException.java35 public static final int IOERROR = 1; field in MessagingException
/packages/apps/SecureElement/src/com/android/se/
DTerminal.java482 } else if (status[0] == SecureElementStatus.IOERROR) { in openBasicChannel()
559 } else if (status[0] == SecureElementStatus.IOERROR) { in openLogicalChannel()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapFolder.java799 return new MessagingException(MessagingException.IOERROR, "IO Error", ioe); in ioExceptionHandler()