Searched refs:ioExceptionHandler (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
H A D | ImapFolder.java | 113 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...] |
/packages/services/Telephony/src/com/android/phone/common/mail/store/ |
H A D | ImapFolder.java | 110 ioExceptionHandler(mConnection, ioe); 134 throw ioExceptionHandler(mConnection, ioe); 210 throw ioExceptionHandler(mConnection, ioe); 435 throw ioExceptionHandler(mConnection, ioe); 670 throw ioExceptionHandler(mConnection, ioe); 706 throw ioExceptionHandler(mConnection, ioe); 777 throw ioExceptionHandler(mConnection, ioe); 790 private MessagingException ioExceptionHandler(ImapConnection connection, IOException ioe) { method in class:ImapFolder
|
Completed in 339 milliseconds