Home
last modified time | relevance | path

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

123456789

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsDatabaseHelper.java532 } catch (Exception ex) { in createWordsTables()
533 Log.e(TAG, "got exception creating words table: " + ex.toString()); in createWordsTables()
545 } catch (Exception ex) { in createThreadIdIndex()
546 Log.e(TAG, "got exception creating indices: " + ex.toString()); in createThreadIdIndex()
984 } catch (Throwable ex) { in onUpgrade()
985 Log.e(TAG, ex.getMessage(), ex); in onUpgrade()
1000 } catch (Throwable ex) { in onUpgrade()
1001 Log.e(TAG, ex.getMessage(), ex); in onUpgrade()
1016 } catch (Throwable ex) { in onUpgrade()
1017 Log.e(TAG, ex.getMessage(), ex); in onUpgrade()
[all …]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DCursorBackedSuggestionCursor.java96 } catch (RuntimeException ex) { in close()
98 Log.e(TAG, "close() failed, ", ex); in close()
117 } catch (RuntimeException ex) { in getCount()
119 Log.e(TAG, "getCount() failed, ", ex); in getCount()
132 } catch (RuntimeException ex) { in moveTo()
134 Log.e(TAG, "moveToPosition() failed, ", ex); in moveTo()
144 } catch (RuntimeException ex) { in moveToNext()
146 Log.e(TAG, "moveToNext() failed, ", ex); in moveToNext()
157 } catch (RuntimeException ex) { in getPosition()
159 Log.e(TAG, "getPosition() failed, ", ex); in getPosition()
[all …]
DCursorBackedSuggestionExtras.java53 } catch (RuntimeException ex) { in getCursorColumns()
55 Log.e(TAG, "getColumnNames() failed, ", ex); in getCursorColumns()
99 } catch (RuntimeException ex) { in doGetExtra()
101 Log.e(TAG, "getExtra(" + columnName + ") failed, ", ex); in doGetExtra()
DPackageIconLoader.java83 } catch (PackageManager.NameNotFoundException ex) { in ensurePackageContext()
150 } catch (Resources.NotFoundException ex) { in getDrawable()
164 } catch (IOException ex) { in getDrawable()
165 Log.e(TAG, "Error closing icon stream for " + uri, ex); in getDrawable()
194 } catch (NameNotFoundException ex) { in getResourceId()
195 throw new FileNotFoundException("Failed to get resources: " + ex); in getResourceId()
/packages/apps/Camera/src/com/android/camera/
DLocationManager.java86 } catch (SecurityException ex) { in startReceivingLocationUpdates()
87 Log.i(TAG, "fail to request location update, ignore", ex); in startReceivingLocationUpdates()
88 } catch (IllegalArgumentException ex) { in startReceivingLocationUpdates()
89 Log.d(TAG, "provider does not exist " + ex.getMessage()); in startReceivingLocationUpdates()
98 } catch (SecurityException ex) { in startReceivingLocationUpdates()
99 Log.i(TAG, "fail to request location update, ignore", ex); in startReceivingLocationUpdates()
100 } catch (IllegalArgumentException ex) { in startReceivingLocationUpdates()
101 Log.d(TAG, "provider does not exist " + ex.getMessage()); in startReceivingLocationUpdates()
112 } catch (Exception ex) { in stopReceivingLocationUpdates()
113 Log.i(TAG, "fail to remove location listners, ignore", ex); in stopReceivingLocationUpdates()
/packages/apps/LegacyCamera/src/com/android/camera/
DLocationManager.java86 } catch (SecurityException ex) { in startReceivingLocationUpdates()
87 Log.i(TAG, "fail to request location update, ignore", ex); in startReceivingLocationUpdates()
88 } catch (IllegalArgumentException ex) { in startReceivingLocationUpdates()
89 Log.d(TAG, "provider does not exist " + ex.getMessage()); in startReceivingLocationUpdates()
98 } catch (SecurityException ex) { in startReceivingLocationUpdates()
99 Log.i(TAG, "fail to request location update, ignore", ex); in startReceivingLocationUpdates()
100 } catch (IllegalArgumentException ex) { in startReceivingLocationUpdates()
101 Log.d(TAG, "provider does not exist " + ex.getMessage()); in startReceivingLocationUpdates()
112 } catch (Exception ex) { in stopReceivingLocationUpdates()
113 Log.i(TAG, "fail to remove location listners, ignore", ex); in stopReceivingLocationUpdates()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java196 } catch (Throwable ex) { //sometimes the socket code throws unchecked exceptions in run()
197 errorMsg = ex.getMessage(); in run()
199 Log.w(Constants.TAG, msg, ex); in run()
347 } catch (FileNotFoundException ex) { in syncDestination()
348 Log.w(Constants.TAG, "file " + state.mFilename + " not found: " + ex); in syncDestination()
349 } catch (SyncFailedException ex) { in syncDestination()
350 Log.w(Constants.TAG, "file " + state.mFilename + " sync failed: " + ex); in syncDestination()
351 } catch (IOException ex) { in syncDestination()
352 Log.w(Constants.TAG, "IOException trying to sync " + state.mFilename + ": " + ex); in syncDestination()
353 } catch (RuntimeException ex) { in syncDestination()
[all …]
/packages/apps/Gallery/src/com/android/camera/
DReverseGeocoderTask.java60 } catch (IOException ex) { in doInBackground()
62 Log.e(TAG, "Geocoder exception: ", ex); in doInBackground()
63 } catch (RuntimeException ex) { in doInBackground()
65 Log.e(TAG, "Geocoder exception: ", ex); in doInBackground()
DImageManager.java222 } catch (FileNotFoundException ex) { in addImage()
223 Log.w(TAG, ex); in addImage()
225 } catch (IOException ex) { in addImage()
226 Log.w(TAG, ex); in addImage()
257 } catch (IOException ex) { in getExifOrientation()
258 Log.e(TAG, "cannot read exif", ex); in getExifOrientation()
474 } catch (IOException ex) { in checkFsWritable()
509 } catch (UnsupportedOperationException ex) { in query()
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
DApiService.java1563 } catch (FileNotFoundException ex) { in processIntent()
1566 } catch (Exception ex) { in processIntent()
1567 ex.printStackTrace(); in processIntent()
1653 } catch (Exception ex) { in processIntent()
1658 throw ex; in processIntent()
1688 } catch (Exception ex) { in processIntent()
1693 throw ex; in processIntent()
1855 } catch (Exception ex) { in processIntent()
1857 Log.w(TAG, "Could not transform JPEG: " + filename, ex); in processIntent()
1927 } catch (Exception ex) { in processIntent()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DThreadPool.java125 } catch (Throwable ex) { in run()
126 Log.w(TAG, "Exception in running a job", ex); in run()
165 } catch (Exception ex) { in get()
166 Log.w(TAG, "ingore exception", ex); in get()
231 } catch (InterruptedException ex) { in acquireResource()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java275 } catch (IOException ex) { in parseIntent()
276 Log.e(TAG, "Caught the error: " + ex.toString()); in parseIntent()
392 } catch (IOException ex) { in closeService()
393 Log.e(TAG, "CloseSocket error: " + ex); in closeService()
401 } catch (InterruptedException ex) { in closeService()
402 Log.w(TAG, "mAcceptThread close error" + ex); in closeService()
534 } catch (IOException ex) { in run()
536 + ex.toString()); in run()
562 } catch (IOException ex) { in run()
566 if (VERBOSE) Log.v(TAG, "Accept exception: " + ex.toString()); in run()
[all …]
/packages/apps/Music/src/com/android/music/
DMediaPlaybackActivity.java278 } catch (RemoteException ex) { in onLongClick()
280 } catch (NullPointerException ex) { in onLongClick()
378 } catch (RemoteException ex) {
432 } catch (RemoteException ex) {
442 } catch (RemoteException ex) {
634 } catch (RemoteException ex) { in onOptionsItemSelected()
723 } catch (RemoteException ex) { in seekMethod1()
743 } catch (RemoteException ex) { in seekMethod2()
796 } catch (RemoteException ex) { in onKeyUp()
911 } catch (RemoteException ex) { in scanBackward()
[all …]
/packages/apps/Gallery/tests/src/com/android/camera/
DBitmapManagerUnitTests.java91 } catch (InterruptedException ex) { in testDefaultAllowDecoding()
103 } catch (InterruptedException ex) { in testCancelDecoding()
116 } catch (InterruptedException ex) { in testAllowDecoding()
133 } catch (InterruptedException ex) { in testThreadDecoding()
/packages/apps/Gallery/src/com/android/camera/gallery/
DImage.java94 } catch (IOException ex) { in loadExifData()
95 Log.e(TAG, "cannot read exif", ex); in loadExifData()
129 } catch (Exception ex) { in setExifRotation()
131 + fullSizeImageUri(), ex); in setExifRotation()
DUriImage.java60 } catch (FileNotFoundException ex) { in getInputStream()
74 } catch (FileNotFoundException ex) { in getPFD()
97 } catch (Exception ex) { in fullSizeBitmap()
98 Log.e(TAG, "got exception decoding bitmap ", ex); in fullSizeBitmap()
DBaseImage.java111 } catch (IOException ex) { in fullSizeImageData()
150 } catch (FileNotFoundException ex) { in setupDimension()
174 } catch (Throwable ex) { in miniThumbBitmap()
175 Log.e(TAG, "miniThumbBitmap got exception", ex); in miniThumbBitmap()
DVideoObject.java77 } catch (IOException ex) { in fullSizeImageData()
114 } catch (Throwable ex) { in miniThumbBitmap()
115 Log.e(TAG, "miniThumbBitmap got exception", ex); in miniThumbBitmap()
/packages/apps/Browser/src/com/android/browser/
DFetchUrlMimeType.java76 } catch (IllegalArgumentException ex) { in run()
77 Log.e(LOGTAG,"Download failed: " + ex); in run()
109 } catch (IllegalArgumentException ex) { in run()
111 } catch (IOException ex) { in run()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DSingleThreadNamedTaskExecutor.java79 } catch (InterruptedException ex) { in loop()
87 } catch (RuntimeException ex) { in loop()
88 Log.e(TAG, "Task " + task.getName() + " failed", ex); in loop()
/packages/apps/VoiceDialer/src/com/android/voicedialer/
DRecognizerEngine.java215 catch (IOException ex) { in recognize()
216 if (false) Log.d(TAG, "start - mic.close failed - " + ex); in recognize()
224 catch (IOException ex) { in recognize()
225 if (false) Log.d(TAG, "start - mLoggger.close failed - " + ex); in recognize()
/packages/apps/Email/src/org/apache/commons/io/output/
DLockableFileWriter.java241 } catch (IOException ex) { in initWriter()
248 throw ex; in initWriter()
249 } catch (RuntimeException ex) { in initWriter()
256 throw ex; in initWriter()
DFileWriterWithEncoding.java241 } catch (IOException ex) { in initWriter()
247 throw ex; in initWriter()
248 } catch (RuntimeException ex) { in initWriter()
254 throw ex; in initWriter()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaThumbRequest.java127 } catch (Exception ex) {
128 Log.w(TAG, ex);
157 } catch (IOException ex) {
209 } catch (java.io.IOException ex) {
210 Log.e(TAG, "got exception ex " + ex);
/packages/apps/Email/src/com/android/email/
DRecipientAdapter.java22 import com.android.ex.chips.BaseRecipientAdapter;
23 import com.android.ex.chips.RecipientEditTextView;

123456789