Home
last modified time | relevance | path

Searched refs:ioe (Results 1 – 25 of 27) sorted by relevance

12

/packages/apps/Email/src/com/android/email/mail/store/
DPop3Store.java249 } catch (IOException ioe) { in checkSettings()
253 ioe.getMessage()); in checkSettings()
299 } catch (IOException ioe) { in open()
302 Log.d(Logging.LOG_TAG, ioe.toString()); in open()
304 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open()
316 } catch (IOException ioe) { in open()
317 statException = ioe; in open()
392 } catch (IOException ioe) { in getMessage()
395 Log.d(Logging.LOG_TAG, "Unable to index during getMessage " + ioe); in getMessage()
397 throw new MessagingException("getMessages", ioe); in getMessage()
[all …]
DImapFolder.java103 } catch (IOException ioe) { in open()
104 ioExceptionHandler(mConnection, ioe); in open()
127 } catch (IOException ioe) { in open()
128 throw ioExceptionHandler(mConnection, ioe); in open()
202 } catch (IOException ioe) { in exists()
203 throw ioExceptionHandler(connection, ioe); in exists()
242 } catch (IOException ioe) { in create()
243 throw ioExceptionHandler(connection, ioe); in create()
329 } catch (IOException ioe) { in copyMessages()
330 throw ioExceptionHandler(mConnection, ioe); in copyMessages()
[all …]
DImapConnection.java153 } catch (IOException ioe) { in open()
158 Log.d(Logging.LOG_TAG, ioe.toString()); in open()
160 throw ioe; in open()
397 } catch (IOException ioe) { in doSendId()
422 } catch (IOException ioe) { in doGetNamespace()
477 } catch (IOException ioe) { in doGetPathSeparator()
DImapStore.java427 } catch (IOException ioe) { in updateFolders()
429 throw new MessagingException("Unable to get folder list.", ioe); in updateFolders()
451 } catch (IOException ioe) { in checkSettings()
452 bundle.putString(EmailServiceProxy.VALIDATE_BUNDLE_ERROR_MESSAGE, ioe.getMessage()); in checkSettings()
/packages/experimental/BugReportSender/src/com/android/bugreportsender/
DBugReportPreviewActivity.java55 } catch (IOException ioe) { in onCreate()
56 Log.w(TAG, "Unable to process log.", ioe); in onCreate()
57 mText.setText("Unable to process log: " + ioe); in onCreate()
64 } catch (IOException ioe) { in onCreate()
/packages/apps/Email/src/com/android/email/mail/transport/
DMailTransport.java187 } catch (IOException ioe) { in open()
189 Log.d(Logging.LOG_TAG, ioe.toString()); in open()
191 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open()
217 } catch (IOException ioe) { in reopenTls()
219 Log.d(Logging.LOG_TAG, ioe.toString()); in reopenTls()
221 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in reopenTls()
DSmtpSender.java181 } catch (IOException ioe) { in open()
183 Log.d(Logging.LOG_TAG, ioe.toString()); in open()
185 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open()
222 } catch (IOException ioe) { in sendMessage()
223 throw new MessagingException("Unable to send message", ioe); in sendMessage()
/packages/apps/Email/src/org/apache/commons/io/
DLineIterator.java105 } catch(IOException ioe) { in hasNext()
107 throw new IllegalStateException(ioe.toString()); in hasNext()
DIOUtils.java144 } catch (IOException ioe) { in closeQuietly()
162 } catch (IOException ioe) { in closeQuietly()
180 } catch (IOException ioe) { in closeQuietly()
198 } catch (IOException ioe) { in closeQuietly()
DFileUtils.java1045 } catch (IOException ioe) { in cleanDirectory()
1046 exception = ioe; in cleanDirectory()
1455 } catch (IOException ioe) { in cleanDirectoryOnExit()
1456 exception = ioe; in cleanDirectoryOnExit()
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DDictionaryBackupAgent.java142 } catch (IOException ioe) { in writeIfChanged()
178 } catch (IOException ioe) { in getDictionary()
179 Log.e(TAG, "Couldn't compress the dictionary:\n" + ioe); in getDictionary()
202 } catch (IOException ioe) { in restoreDictionary()
203 Log.e(TAG, "Couldn't read and uncompress entity data:\n" + ioe); in restoreDictionary()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
DBinaryTempFileBody.java64 catch (IOException ioe) { in getInputStream()
65 throw new MessagingException("Unable to open body", ioe); in getInputStream()
DRfc822Output.java328 catch (IOException ioe) { in writeOneAttachment()
329 throw new MessagingException("Invalid attachment.", ioe); in writeOneAttachment()
/packages/apps/Mms/tests/SmsAutoReply/src/com/android/smsautoreply/
DAutoReplyActivity.java88 } catch (IOException ioe) { in logMessage()
89 Log.e(TAG, "failed to log SMS", ioe); in logMessage()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandlerForPhoto.java159 } catch (IOException ioe) { in processPhoto()
160 Log.e(TAG, "Could not process photo for insert or update", ioe); in processPhoto()
/packages/apps/Email/src/com/android/email/provider/
DAttachmentProvider.java203 } catch (IOException ioe) { in openFile()
205 ioe.getMessage()); in openFile()
/packages/apps/Browser/src/com/android/browser/
DBrowserBackupAgent.java145 } catch (IOException ioe) { in onRestore()
/packages/apps/Settings/src/com/android/settings/
DDeviceInfoSettings.java239 } catch (IOException ioe) { in getMsvSuffix()
DZonePicker.java237 } catch (java.io.IOException ioe) { in getZones()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiveFileInfo.java206 } catch (IOException ioe) { in safeCanonicalPath()
/packages/apps/VoiceDialer/src/com/android/voicedialer/
DCommandRecognizerEngine.java297 } catch (IOException ioe) { in loadOpenEntriesTable()
299 throw ioe; in loadOpenEntriesTable()
/packages/apps/Email/src/com/android/email/
DMessagingController.java1044 } catch (IOException ioe) { in copyOneMessageToProvider()
1045 Log.e(Logging.LOG_TAG, "Error while storing attachment." + ioe.toString()); in copyOneMessageToProvider()
1997 } catch (IOException ioe) { in loadAttachment()
1998 Log.e(Logging.LOG_TAG, "Error while storing attachment." + ioe.toString()); in loadAttachment()
/packages/apps/Contacts/src/com/android/contacts/
DContactLoader.java854 } catch (IOException ioe) { in loadPhotoBinaryData()
/packages/apps/Email/src/com/android/email/activity/
DMessageViewFragmentBase.java814 } catch (IOException ioe) { in performAttachmentSave()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java3577 } catch(IOException ioe) { in ensureFileExists()
3578 Log.e(TAG, "File creation failed", ioe); in ensureFileExists()

12