/packages/apps/Email/src/com/android/email/mail/store/ |
D | Pop3Store.java | 249 } 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 …]
|
D | ImapFolder.java | 103 } 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 …]
|
D | ImapConnection.java | 153 } 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()
|
D | ImapStore.java | 427 } 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/ |
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/src/com/android/email/mail/transport/ |
D | MailTransport.java | 187 } 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()
|
D | SmtpSender.java | 181 } 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/ |
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 | 1045 } 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/ |
D | DictionaryBackupAgent.java | 142 } 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/ |
D | BinaryTempFileBody.java | 64 catch (IOException ioe) { in getInputStream() 65 throw new MessagingException("Unable to open body", ioe); in getInputStream()
|
D | Rfc822Output.java | 328 catch (IOException ioe) { in writeOneAttachment() 329 throw new MessagingException("Invalid attachment.", ioe); in writeOneAttachment()
|
/packages/apps/Mms/tests/SmsAutoReply/src/com/android/smsautoreply/ |
D | AutoReplyActivity.java | 88 } catch (IOException ioe) { in logMessage() 89 Log.e(TAG, "failed to log SMS", ioe); in logMessage()
|
/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/apps/Email/src/com/android/email/provider/ |
D | AttachmentProvider.java | 203 } catch (IOException ioe) { in openFile() 205 ioe.getMessage()); in openFile()
|
/packages/apps/Browser/src/com/android/browser/ |
D | BrowserBackupAgent.java | 145 } catch (IOException ioe) { in onRestore()
|
/packages/apps/Settings/src/com/android/settings/ |
D | DeviceInfoSettings.java | 239 } catch (IOException ioe) { in getMsvSuffix()
|
D | ZonePicker.java | 237 } catch (java.io.IOException ioe) { in getZones()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiveFileInfo.java | 206 } catch (IOException ioe) { in safeCanonicalPath()
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
D | CommandRecognizerEngine.java | 297 } catch (IOException ioe) { in loadOpenEntriesTable() 299 throw ioe; in loadOpenEntriesTable()
|
/packages/apps/Email/src/com/android/email/ |
D | MessagingController.java | 1044 } 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/ |
D | ContactLoader.java | 854 } catch (IOException ioe) { in loadPhotoBinaryData()
|
/packages/apps/Email/src/com/android/email/activity/ |
D | MessageViewFragmentBase.java | 814 } catch (IOException ioe) { in performAttachmentSave()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 3577 } catch(IOException ioe) { in ensureFileExists() 3578 Log.e(TAG, "File creation failed", ioe); in ensureFileExists()
|