Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDatabaseUpgradeHelper.java36 doUpgradeWithExceptions(db, oldVersion, newVersion); in doOnUpgrade()
45 public void doUpgradeWithExceptions(final SQLiteDatabase db, final int oldVersion, in doUpgradeWithExceptions() method in DatabaseUpgradeHelper