Home | History | Annotate | Download | only in launcher2

Lines Matching defs:onUpgrade

237             // In the case where neither onCreate nor onUpgrade gets called, we read the maxId from
303 if (LOGD) Log.d(TAG, "converting database from an older format, but not onUpgrade");
397 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {
398 onUpgrade triggered");
469 // The max id is not yet set at this point (onUpgrade is triggered in the ctor