Searched defs:currentVersion (Results 1 - 5 of 5) 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/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java251 public void onUpgrade(SQLiteDatabase db, int oldVersion, int currentVersion) { argument
253 + currentVersion);
1956 if (upgradeVersion != currentVersion) {
1957 recreateDatabase(db, oldVersion, upgradeVersion, currentVersion);
1962 int upgradeVersion, int currentVersion) {
1980 String wipeReason = oldVersion + "/" + upgradeVersion + "/" + currentVersion;
1961 recreateDatabase(SQLiteDatabase db, int oldVersion, int upgradeVersion, int currentVersion) argument
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsStorage.java502 public void onUpgrade(SQLiteDatabase db, int oldVersion, int currentVersion) { argument
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp69 AString currentVersion = getProfilingVersionString(); local
70 size_t currentVersionSize = currentVersion.size();
73 if (strcmp(versionString, currentVersion.c_str()) == 0) {

Completed in 220 milliseconds