Lines Matching refs:ex
511 } catch (SQLException ex) { in onUpgrade()
513 Log.e(TAG, ex.getMessage(), ex); in onUpgrade()
542 } catch (SQLException ex) { in onUpgrade()
544 Log.e(TAG, ex.getMessage(), ex); in onUpgrade()
621 } catch (SQLException ex) { in addProfileColumn()
623 Log.e(TAG, ex.getMessage(), ex); in addProfileColumn()
688 } catch (RuntimeException ex) { in updateContactsShortcuts()
689 Log.e(TAG, "Problem upgrading shortcut", ex); in updateContactsShortcuts()
697 } catch (SQLException ex) { in updateContactsShortcuts()
698 Log.w(TAG, "Problem while upgrading contacts", ex); in updateContactsShortcuts()
753 } catch (SQLException ex) { in normalizeIcons()
754 Log.w(TAG, "Problem while allocating appWidgetIds for existing widgets", ex); in normalizeIcons()
867 } catch (RuntimeException ex) { in convertWidgets()
868 Log.e(TAG, "Problem allocating appWidgetId", ex); in convertWidgets()
873 } catch (SQLException ex) { in convertWidgets()
874 Log.w(TAG, "Problem while allocating appWidgetIds for existing widgets", ex); in convertWidgets()
1216 } catch (RuntimeException ex) { in addAppWidget()
1217 Log.e(TAG, "Problem allocating appWidgetId", ex); in addAppWidget()