Home | History | Annotate | Download | only in provider

Lines Matching refs:newVersion

392     static void resetMessageTable(SQLiteDatabase db, int oldVersion, int newVersion) {
434 static void resetAccountTable(SQLiteDatabase db, int oldVersion, int newVersion) {
456 static void resetHostAuthTable(SQLiteDatabase db, int oldVersion, int newVersion) {
491 static void resetMailboxTable(SQLiteDatabase db, int oldVersion, int newVersion) {
517 static void resetAttachmentTable(SQLiteDatabase db, int oldVersion, int newVersion) {
539 static void upgradeBodyTable(SQLiteDatabase db, int oldVersion, int newVersion) {
656 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {
657 upgradeBodyTable(db, oldVersion, newVersion);
685 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {
694 resetMessageTable(db, oldVersion, newVersion);
695 resetAttachmentTable(db, oldVersion, newVersion);
696 resetMailboxTable(db, oldVersion, newVersion);
697 resetHostAuthTable(db, oldVersion, newVersion);
698 resetAccountTable(db, oldVersion, newVersion);