/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
D | MailTransport.java | 121 } catch (IOException ioe) { in open() 122 LogUtils.d(TAG, ioe.toString()); in open() 124 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open() 149 } catch (IOException ioe) { in open() 150 LogUtils.d(TAG, ioe.toString()); in open() 154 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open() 161 } catch (IOException ioe) { in open() 162 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open() 195 } catch (IOException ioe) { in createSocket() 196 LogUtils.d(TAG, ioe.toString()); in createSocket() [all …]
|
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
D | ImapFolder.java | 112 } catch (IOException ioe) { in open() 113 ioExceptionHandler(mConnection, ioe); in open() 136 } catch (IOException ioe) { in open() 137 throw ioExceptionHandler(mConnection, ioe); in open() 211 } catch (IOException ioe) { in exists() 212 throw ioExceptionHandler(connection, ioe); in exists() 252 } catch (IOException ioe) { in create() 253 throw ioExceptionHandler(connection, ioe); in create() 340 } catch (IOException ioe) { in copyMessages() 341 throw ioExceptionHandler(mConnection, ioe); in copyMessages() [all …]
|
D | Pop3Store.java | 182 } catch (IOException ioe) { in checkSettings() 186 ioe.getMessage()); in checkSettings() 231 } catch (IOException ioe) { in open() 234 LogUtils.d(Logging.LOG_TAG, ioe.toString()); in open() 236 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open() 250 } catch (IOException ioe) { in open() 251 statException = ioe; in open() 326 } catch (IOException ioe) { in getMessage() 329 LogUtils.d(Logging.LOG_TAG, "Unable to index during getMessage " + ioe); in getMessage() 331 throw new MessagingException("getMessages", ioe); in getMessage() [all …]
|
D | ImapConnection.java | 186 } catch (IOException ioe) { in open() 191 LogUtils.d(Logging.LOG_TAG, ioe, "IOException"); in open() 193 throw ioe; in open() 449 } catch (IOException ioe) { in doSendId() 474 } catch (IOException ioe) { in doGetNamespace() 597 } catch (IOException ioe) { in doGetPathSeparator()
|
D | ImapStore.java | 468 } catch (IOException ioe) { in updateFolders() 470 throw new MessagingException("Unable to get folder list", ioe); in updateFolders() 497 } catch (IOException ioe) { in checkSettings() 498 bundle.putString(EmailServiceProxy.VALIDATE_BUNDLE_ERROR_MESSAGE, ioe.getMessage()); in checkSettings()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
D | ImapFolder.java | 109 } catch (IOException ioe) { in open() 110 throw ioExceptionHandler(connection, ioe); in open() 182 } catch (IOException ioe) { in searchForUids() 183 VvmLog.d(TAG, "IOException in search: " + searchCriteria, ioe); in searchForUids() 185 throw ioExceptionHandler(connection, ioe); in searchForUids() 419 } catch (IOException ioe) { in fetchInternal() 421 throw ioExceptionHandler(connection, ioe); in fetchInternal() 664 } catch (IOException ioe) { in expunge() 666 throw ioExceptionHandler(connection, ioe); in expunge() 703 } catch (IOException ioe) { in setFlags() [all …]
|
D | ImapConnection.java | 130 } catch (IOException ioe) { in open() 131 LogUtils.d(TAG, "IOException", ioe); in open() 133 throw ioe; in open()
|
/packages/apps/Email/provider_src/com/android/email/mail/transport/ |
D | MailTransport.java | 143 } catch (IOException ioe) { in open() 145 LogUtils.d(Logging.LOG_TAG, ioe.toString()); in open() 147 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open() 186 } catch (IOException ioe) { in reopenTls() 188 LogUtils.d(Logging.LOG_TAG, ioe.toString()); in reopenTls() 190 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in reopenTls()
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
D | SmtpSender.java | 171 } catch (IOException ioe) { in open() 173 LogUtils.d(Logging.LOG_TAG, ioe.toString()); in open() 175 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open() 213 } catch (IOException ioe) { in sendMessage() 214 throw new MessagingException("Unable to send message", ioe); in sendMessage()
|
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
D | DictionaryBackupAgent.java | 145 } catch (IOException ioe) { in writeIfChanged() 182 } catch (IOException ioe) { in getDictionary() 183 Log.e(TAG, "Couldn't compress the dictionary:\n" + ioe); in getDictionary() 207 } catch (IOException ioe) { in restoreDictionary() 208 Log.e(TAG, "Couldn't read and uncompress entity data:\n" + ioe); in restoreDictionary()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/ |
D | ImapHelper.java | 394 } catch (IOException ioe) { in changePin() 395 VvmLog.e(TAG, "changePin: ", ioe); in changePin() 408 } catch (IOException ioe) { in changeVoicemailTuiLanguage() 409 LogUtils.e(TAG, ioe.toString()); in changeVoicemailTuiLanguage() 420 } catch (IOException ioe) { in closeNewUserTutorial() 421 throw new MessagingException(MessagingException.SERVER_ERROR, ioe.toString()); in closeNewUserTutorial()
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
D | LineIterator.java | 105 } catch(IOException ioe) { in hasNext() 107 throw new IllegalStateException(ioe.toString()); in hasNext()
|
D | IOUtils.java | 144 } catch (IOException ioe) { in closeQuietly() 162 } catch (IOException ioe) { in closeQuietly() 180 } catch (IOException ioe) { in closeQuietly() 198 } catch (IOException ioe) { in closeQuietly()
|
D | FileUtils.java | 1049 } catch (IOException ioe) { in cleanDirectory() 1050 exception = ioe; in cleanDirectory() 1459 } catch (IOException ioe) { in cleanDirectoryOnExit() 1460 exception = ioe; in cleanDirectoryOnExit()
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/ |
D | BinaryTempFileBody.java | 65 catch (IOException ioe) { in getInputStream() 66 throw new MessagingException("Unable to open body", ioe); in getInputStream()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/ |
D | BinaryTempFileBody.java | 61 } catch (IOException ioe) { in getInputStream() 62 throw new MessagingException("Unable to open body", ioe); in getInputStream()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/ |
D | Rfc822Output.java | 280 catch (IOException ioe) { in writeOneAttachment() 281 LogUtils.e(TAG, ioe, "Rfc822Output#writeOneAttachment(), IOException" + in writeOneAttachment() 283 throw new MessagingException("Invalid attachment.", ioe); in writeOneAttachment()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandlerForPhoto.java | 159 } catch (IOException ioe) { in processPhoto() 160 Log.e(TAG, "Could not process photo for insert or update", ioe); in processPhoto()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoSource.java | 191 } catch (IOException ioe) { in load() 249 } catch (IOException ioe) { in load() 250 log(TAG, "i/o exception: " + ioe); in load()
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | Utilities.java | 185 } catch (IOException ioe) { in copyOneMessageToProvider() 186 LogUtils.e(Logging.LOG_TAG, "Error while storing attachment." + ioe.toString()); in copyOneMessageToProvider()
|
D | AttachmentProvider.java | 206 } catch (IOException ioe) { in openFile() 208 ioe.getMessage()); in openFile()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/ |
D | ChannelUtils.java | 181 } catch (IOException ioe) { in doInBackground() 182 Log.e(TAG, "Failed to write " + logoUri + " to " + uri, ioe); in doInBackground()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/ |
D | EditUserPhotoController.java | 303 } catch (IOException ioe) { in onPhotoCropped() 304 Log.w(TAG, "Cannot close image stream", ioe); in onPhotoCropped()
|
/packages/apps/Settings/src/com/android/settings/users/ |
D | EditUserPhotoController.java | 303 } catch (IOException ioe) { in onPhotoCropped() 304 Log.w(TAG, "Cannot close image stream", ioe); in onPhotoCropped()
|
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/ |
D | EditUserPhotoController.java | 297 } catch (IOException ioe) { in onPhotoCropped() 298 Log.w(TAG, "Cannot close image stream", ioe); in onPhotoCropped()
|