Home
last modified time | relevance | path

Searched refs:logException (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureTransfer.java148 logException("Exception uploading image" , ex); in uploadPicture()
166 logException("IOException obtaining return code: ", e); in downloadPicture()
180 logException("IOException obtaining return code: ", e); in downloadPicture()
214 logException("Exception downloading image" , ex); in downloadPicture()
250 logException("IOException opening network: ", e); in prepareInitialPost()
268 logException("IOException opening network: ", e); in prepareImageDownloadRequest()
284 logException("IOException obtaining auth header: ", e); in obtainAuthenticateHeader()
319 logException("IOException obtaining return code: ", e); in downloadImageFromConnection()
335 logException("IOException reading from image body: ", e); in downloadImageFromConnection()
437 logException("IOException making request to upload image: ", e);
[all …]
/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
DSyncAnswerTest.java77 void logException(Exception exception) { in logException() method in SyncAnswerTest.BlockingExceptionLogger
113 mExceptionLogger.logException(expected); in asyncSlowTask()