Lines Matching refs:oldVersion
615 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {616 if (LOGD) Log.d(TAG, "onUpgrade triggered: " + oldVersion);618 int version = oldVersion;