Searched defs:ioExceptionHandler (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/common/mail/store/
H A DImapFolder.java114 ioExceptionHandler(mConnection, ioe);
138 throw ioExceptionHandler(mConnection, ioe);
214 throw ioExceptionHandler(mConnection, ioe);
438 throw ioExceptionHandler(mConnection, ioe);
673 throw ioExceptionHandler(mConnection, ioe);
709 throw ioExceptionHandler(mConnection, ioe);
754 private MessagingException ioExceptionHandler(ImapConnection connection, IOException ioe) { method in class:ImapFolder
/packages/apps/Email/provider_src/com/android/email/mail/store/
H A DImapFolder.java113 ioExceptionHandler(mConnection, ioe);
137 throw ioExceptionHandler(mConnection, ioe);
212 throw ioExceptionHandler(connection, ioe);
253 throw ioExceptionHandler(connection, ioe);
341 throw ioExceptionHandler(mConnection, ioe);
370 throw ioExceptionHandler(mConnection, ioe);
433 throw ioExceptionHandler(mConnection, ioe);
501 throw ioExceptionHandler(mConnection, ioe);
790 throw ioExceptionHandler(mConnection, ioe);
1153 throw ioExceptionHandler(mConnectio
1267 private MessagingException ioExceptionHandler(ImapConnection connection, IOException ioe) { method in class:ImapFolder
[all...]

Completed in 31 milliseconds