/packages/services/Telephony/src/com/android/phone/common/mail/ |
D | MailTransport.java | 118 } catch (IOException ioe) { in open() 119 LogUtils.d(TAG, ioe.toString()); in open() 121 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open() 154 } catch (IOException ioe) { in open() 155 LogUtils.d(TAG, ioe.toString()); in open() 160 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open() 167 } catch (IOException ioe) { in open() 168 throw new MessagingException(MessagingException.IOERROR, ioe.toString()); in open() 201 } catch (IOException ioe) { in createSocket() 202 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/services/Telephony/src/com/android/phone/common/mail/store/ |
D | ImapFolder.java | 109 } catch (IOException ioe) { in open() 110 ioExceptionHandler(mConnection, ioe); in open() 133 } catch (IOException ioe) { in open() 134 throw ioExceptionHandler(mConnection, ioe); in open() 208 } catch (IOException ioe) { in searchForUids() 209 LogUtils.d(TAG, "IOException in search: " + searchCriteria, ioe); in searchForUids() 210 throw ioExceptionHandler(mConnection, ioe); in searchForUids() 434 } catch (IOException ioe) { in fetchInternal() 435 throw ioExceptionHandler(mConnection, ioe); in fetchInternal() 669 } catch (IOException ioe) { in expunge() [all …]
|
D | ImapConnection.java | 111 } catch (IOException ioe) { in open() 112 LogUtils.d(TAG, "IOException", ioe); in open() 115 throw ioe; in open()
|
/packages/experimental/BugReportSender/src/com/android/bugreportsender/ |
D | BugReportPreviewActivity.java | 55 } 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/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/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/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/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/services/Telephony/src/com/android/phone/common/mail/internet/ |
D | BinaryTempFileBody.java | 64 catch (IOException ioe) { in getInputStream() 65 throw new MessagingException("Unable to open body", ioe); in getInputStream()
|
/packages/experimental/PrintService2/src/foo/bar/printservice2/ |
D | MyPrintService.java | 88 } catch (IOException ioe) { in onPrintJobQueued() 93 } catch (IOException ioe) { in onPrintJobQueued() 99 } catch (IOException ioe) { in onPrintJobQueued()
|
/packages/services/Telephony/src/org/apache/commons/io/ |
D | IOUtils.java | 143 } catch (IOException ioe) { in closeQuietly() 161 } catch (IOException ioe) { in closeQuietly() 179 } catch (IOException ioe) { in closeQuietly() 197 } catch (IOException ioe) { in closeQuietly()
|
/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/experimental/PrintService/src/foo/bar/printservice/ |
D | MyPrintService.java | 285 } catch (IOException ioe) { in handleQueuedPrintJob() 286 throw new RuntimeException(ioe); in handleQueuedPrintJob() 291 } catch (IOException ioe) { in handleQueuedPrintJob() 298 } catch (IOException ioe) { in handleQueuedPrintJob()
|
/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/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/TV/tests/common/src/com/android/tv/testing/ |
D | ChannelUtils.java | 174 } catch (IOException ioe) { in doInBackground() 175 Log.e(TAG, "Failed to write " + logoUri + " to " + uri, ioe); in doInBackground()
|
/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 | 207 } catch (IOException ioe) { in openFile() 209 ioe.getMessage()); in openFile()
|