Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DMailTransport.java121 } 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/Dialer/java/com/android/voicemail/impl/mail/store/
DImapFolder.java109 } 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()
420 } catch (IOException ioe) { in fetchInternal()
422 throw ioExceptionHandler(connection, ioe); in fetchInternal()
665 } catch (IOException ioe) { in expunge()
667 throw ioExceptionHandler(connection, ioe); in expunge()
704 } catch (IOException ioe) { in setFlags()
[all …]
DImapConnection.java130 } catch (IOException ioe) { in open()
131 LogUtils.d(TAG, "IOException", ioe); in open()
133 throw ioe; in open()
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DDictionaryBackupAgent.java145 } 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/
DImapHelper.java394 } 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/Dialer/java/com/android/voicemail/impl/mail/internet/
DBinaryTempFileBody.java61 } catch (IOException ioe) { in getInputStream()
62 throw new MessagingException("Unable to open body", ioe); in getInputStream()
/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()
DContactsProvider2.java3077 } catch (IOException ioe) { in processStreamItemPhoto()
3078 exception = ioe; in processStreamItemPhoto()
8978 } catch (IOException ioe) { in openDisplayPhotoForWrite()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoSource.java191 } 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/data/
DChannelUtils.java181 } catch (IOException ioe) { in doInBackground()
182 Log.e(TAG, "Failed to write " + logoUri + " to " + uri, ioe); in doInBackground()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/imaging/
DLocalImageFetcher.java295 } catch (IOException ioe) { in doInBackground()
296 Log.e(TAG, "ImageLoadingTask#doInBackground: " + ioe); in doInBackground()
/packages/apps/SecureElement/src/com/android/se/security/gpac/
DPERM_AR_DO.java84 } catch (IOException ioe) { in build()
DPKG_REF_DO.java111 } catch (IOException ioe) { in build()
DHash_REF_DO.java153 } catch (IOException ioe) { in build()
DAID_REF_DO.java165 } catch (IOException ioe) { in build()
/packages/apps/Settings/src/com/android/settings/users/
DEditUserPhotoController.java303 } catch (IOException ioe) { in onPhotoCropped()
304 Log.w(TAG, "Cannot close image stream", ioe); in onPhotoCropped()
DUserSettings.java1192 } catch (IOException ioe) { in copyMeProfilePhoto()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DEditUserPhotoController.java303 } catch (IOException ioe) { in onPhotoCropped()
304 Log.w(TAG, "Cannot close image stream", ioe); in onPhotoCropped()
DUserSettings.java1191 } catch (IOException ioe) { in copyMeProfilePhoto()
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
DEditUserPhotoController.java297 } catch (IOException ioe) { in onPhotoCropped()
298 Log.w(TAG, "Cannot close image stream", ioe); in onPhotoCropped()
/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
DFakeTvProvider.java2379 } catch (IOException ioe) { in openLogoFile()
2381 fne.initCause(ioe); in openLogoFile()
2469 } catch (IOException ioe) { in doInBackground()
2470 Log.e(TAG, "Failed to close pipe", ioe); in doInBackground()
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java2181 } catch (IOException ioe) { in openLogoFile()
2183 fne.initCause(ioe); in openLogoFile()
2258 } catch (IOException ioe) { in doInBackground()
2259 Log.e(TAG, "Failed to close pipe", ioe); in doInBackground()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java357 } catch (IOException ioe) { in loadPhotoBinaryData()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java545 } catch (IOException ioe) { in loadPhotoBinaryData()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java7579 } catch (IOException ioe) { in writePhotoAsync()
7580 throw new RuntimeException(ioe); in writePhotoAsync()