Home
last modified time | relevance | path

Searched refs:ioExceptionHandler (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapFolder.java113 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/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapFolder.java110 throw ioExceptionHandler(connection, ioe); in open()
185 throw ioExceptionHandler(connection, ioe); in searchForUids()
421 throw ioExceptionHandler(connection, ioe); in fetchInternal()
666 throw ioExceptionHandler(connection, ioe); in expunge()
705 throw ioExceptionHandler(connection, ioe); in setFlags()
779 throw ioExceptionHandler(connection, ioe); in getQuota()
792 private MessagingException ioExceptionHandler(ImapConnection connection, IOException ioe) { in ioExceptionHandler() method in ImapFolder