Searched defs:currentVersion (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java64 public void onUpgrade(SQLiteDatabase db, int oldVersion, int currentVersion) { argument
66 oldVersion + " to " + currentVersion +
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java86 public void onUpgrade(SQLiteDatabase db, int oldVersion, int currentVersion) { argument
88 oldVersion + " to " + currentVersion +
/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsService.java382 public void onUpgrade(SQLiteDatabase db, int oldVersion, int currentVersion) { argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java184 public void onUpgrade(SQLiteDatabase db, int oldVersion, int currentVersion) { argument
186 + currentVersion);
1499 if (upgradeVersion != currentVersion) {
1518 String wipeReason = oldVersion + "/" + upgradeVersion + "/" + currentVersion;

Completed in 1426 milliseconds