Searched refs:onUpgrade (Results 26 - 37 of 37) sorted by relevance

12

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWidgetPreviewLoader.java313 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { method in class:WidgetPreviewLoader.CacheDb
H A DLauncherProvider.java273 // In the case where neither onCreate nor onUpgrade gets called, we read the maxId from
345 if (LOGD) Log.d(TAG, "converting database from an older format, but not onUpgrade");
439 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { method in class:LauncherProvider.DatabaseHelper
440 if (LOGD) Log.d(TAG, "onUpgrade triggered");
511 // The max id is not yet set at this point (onUpgrade is triggered in the ctor
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWidgetPreviewLoader.java314 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { method in class:WidgetPreviewLoader.CacheDb
H A DLauncherProvider.java439 // In the case where neither onCreate nor onUpgrade gets called, we read the maxId from
611 if (LOGD) Log.d(TAG, "converting database from an older format, but not onUpgrade");
713 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { method in class:LauncherProvider.DatabaseHelper
714 if (LOGD) Log.d(TAG, "onUpgrade triggered: " + oldVersion);
785 // The max id is not yet set at this point (onUpgrade is triggered in the ctor
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DMetadataDbHelper.java241 * This method is called by the framework. See {@link SQLiteOpenHelper#onUpgrade}
247 public void onUpgrade(final SQLiteDatabase db, final int oldVersion, final int newVersion) { method in class:MetadataDbHelper
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java291 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { method in class:TelephonyProvider.DatabaseHelper
293 log("dbh.onUpgrade:+ db=" + db + " oldV=" + oldVersion + " newV=" + newVersion);
371 log("onUpgrade skipping " + SIMINFO_TABLE + " upgrade. " +
378 log("dbh.onUpgrade:- db=" + db + " oldV=" + oldVersion + " newV=" + newVersion);
H A DMmsSmsDatabaseHelper.java1019 public void onUpgrade(SQLiteDatabase db, int oldVersion, int currentVersion) { method in class:MmsSmsDatabaseHelper
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDatabaseHelper.java1177 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { method in class:CalendarDatabaseHelper
1433 Log.e(TAG, "onUpgrade: SQLiteException, recreating db. ", e);
/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProvider.java346 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { method in class:TvProvider.DatabaseHelper
/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider2.java606 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { method in class:BrowserProvider2.DatabaseHelper
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java2198 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { method in class:ContactsDatabaseHelper
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java388 public void onUpgrade(final SQLiteDatabase db, final int oldV, final int newV) { method in class:MediaProvider.DatabaseHelper

Completed in 272 milliseconds

12