Searched refs:ioe (Results 1 - 22 of 22) sorted by relevance

/packages/experimental/BugReportSender/src/com/android/bugreportsender/
H A DBugReportPreviewActivity.java56 } catch (IOException ioe) {
57 Log.w(TAG, "Unable to process log.", ioe);
58 mText.setText("Unable to process log: " + ioe);
65 } catch (IOException ioe) {
/packages/apps/Email/src/com/android/email/mail/internet/
H A DBinaryTempFileBody.java64 catch (IOException ioe) {
65 throw new MessagingException("Unable to open body", ioe);
/packages/apps/Email/src/org/apache/commons/io/
H A DLineIterator.java105 } catch(IOException ioe) {
107 throw new IllegalStateException(ioe.toString());
H A DIOUtils.java144 } catch (IOException ioe) {
162 } catch (IOException ioe) {
180 } catch (IOException ioe) {
198 } catch (IOException ioe) {
H A DFileUtils.java1045 } catch (IOException ioe) {
1046 exception = ioe;
1455 } catch (IOException ioe) {
1456 exception = ioe;
/packages/apps/Email/src/com/android/email/mail/store/
H A DImapStore.java411 } catch (IOException ioe) {
413 throw new MessagingException("Unable to get folder list.", ioe);
426 } catch (IOException ioe) {
427 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
531 } catch (IOException ioe) {
532 ioExceptionHandler(mConnection, ioe);
587 } catch (IOException ioe) {
588 throw ioExceptionHandler(mConnection, ioe);
653 } catch (IOException ioe) {
654 throw ioExceptionHandler(connection, ioe);
1351 ioExceptionHandler(ImapConnection connection, IOException ioe) argument
[all...]
H A DPop3Store.java224 } catch (IOException ioe) {
226 throw new MessagingException(null, ioe);
271 } catch (IOException ioe) {
274 Log.d(Email.LOG_TAG, ioe.toString());
276 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
288 } catch (IOException ioe) {
289 statException = ioe;
364 } catch (IOException ioe) {
367 Log.d(Email.LOG_TAG, "Unable to index during getMessage " + ioe);
369 throw new MessagingException("getMessages", ioe);
[all...]
H A DLocalStore.java1822 catch (IOException ioe) {
1823 throw new MessagingException("Invalid attachment.", ioe);
/packages/apps/Email/src/com/android/email/mail/transport/
H A DMailTransport.java177 } catch (IOException ioe) {
179 Log.d(Email.LOG_TAG, ioe.toString());
181 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
206 } catch (IOException ioe) {
208 Log.d(Email.LOG_TAG, ioe.toString());
210 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
H A DSmtpSender.java181 } catch (IOException ioe) {
183 Log.d(Email.LOG_TAG, ioe.toString());
185 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
220 } catch (IOException ioe) {
221 throw new MessagingException("Unable to send message", ioe);
H A DRfc822Output.java263 catch (IOException ioe) {
264 throw new MessagingException("Invalid attachment.", ioe);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DTextEntryState.java87 } catch (IOException ioe) {
88 Log.e("TextEntryState", "Couldn't open file for output: " + ioe);
114 } catch (IOException ioe) {
266 } catch (IOException ioe) {
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DDictionaryBackupAgent.java140 } catch (IOException ioe) {
172 } catch (IOException ioe) {
173 Log.e(TAG, "Couldn't compress the dictionary:\n" + ioe);
196 } catch (IOException ioe) {
197 Log.e(TAG, "Couldn't read and uncompress entity data:\n" + ioe);
/packages/apps/Email/src/com/android/email/provider/
H A DAttachmentProvider.java279 } catch (IOException ioe) {
280 Log.d(Email.LOG_TAG, "openFile/thumbnail failed with " + ioe.getMessage());
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppReceiveFileInfo.java201 } catch (IOException ioe) {
/packages/apps/Settings/src/com/android/settings/
H A DZoneList.java185 } catch (java.io.IOException ioe) {
/packages/apps/Browser/src/com/android/browser/
H A DBrowserBackupAgent.java178 } catch (IOException ioe) {
/packages/apps/Email/src/com/android/email/
H A DMessagingController.java1007 } catch (IOException ioe) {
1008 Log.e(Email.LOG_TAG, "Error while storing attachment." + ioe.toString());
1893 } catch (IOException ioe) {
1894 Log.e(Email.LOG_TAG, "Error while storing attachment." + ioe.toString());
/packages/apps/Email/src/com/android/email/activity/
H A DUpgradeAccounts.java718 } catch (IOException ioe) {
719 e = ioe;
H A DMessageView.java1640 } catch (IOException ioe) {
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DCommandRecognizerEngine.java292 } catch (IOException ioe) {
294 throw ioe;
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java2138 } catch(IOException ioe) {
2139 Log.e(TAG, "File creation failed", ioe);

Completed in 208 milliseconds