Searched refs:ioExceptionHandler (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
D | ImapFolder.java | 113 ioExceptionHandler(mConnection, ioe); in open() 137 throw ioExceptionHandler(mConnection, ioe); in open() 212 throw ioExceptionHandler(connection, ioe); in exists() 253 throw ioExceptionHandler(connection, ioe); in create() 341 throw ioExceptionHandler(mConnection, ioe); in copyMessages() 370 throw ioExceptionHandler(mConnection, ioe); in getUnreadMessageCount() 433 throw ioExceptionHandler(mConnection, ioe); in searchForUids() 501 throw ioExceptionHandler(mConnection, ioe); in complexSearchForUids() 790 throw ioExceptionHandler(mConnection, ioe); in fetchInternal() 1153 throw ioExceptionHandler(mConnection, ioe); in appendMessage() [all …]
|
/packages/services/Telephony/src/com/android/phone/common/mail/store/ |
D | ImapFolder.java | 110 ioExceptionHandler(mConnection, ioe); in open() 134 throw ioExceptionHandler(mConnection, ioe); in open() 210 throw ioExceptionHandler(mConnection, ioe); in searchForUids() 435 throw ioExceptionHandler(mConnection, ioe); in fetchInternal() 670 throw ioExceptionHandler(mConnection, ioe); in expunge() 706 throw ioExceptionHandler(mConnection, ioe); in setFlags() 777 throw ioExceptionHandler(mConnection, ioe); in getQuota() 790 private MessagingException ioExceptionHandler(ImapConnection connection, IOException ioe) { in ioExceptionHandler() method in ImapFolder
|