Home
last modified time | relevance | path

Searched refs:DATABASE_VERSION (Results 1 – 25 of 25) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnSQLiteOpenHelper.java31 private static final int DATABASE_VERSION = 1; field in OpenWnnSQLiteOpenHelper
34 super(context, dbname, null, DATABASE_VERSION); in OpenWnnSQLiteOpenHelper()
/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmDatabaseHelper.java34 private static final int DATABASE_VERSION = 5; field in AlarmDatabaseHelper
37 super(context, DATABASE_NAME, null, DATABASE_VERSION); in AlarmDatabaseHelper()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarUpgradeReceiver.java57 if (prefVersion != CalendarDatabaseHelper.DATABASE_VERSION) { in onReceive()
62 … prefs.edit().putInt(PREF_DB_VERSION, CalendarDatabaseHelper.DATABASE_VERSION).commit(); in onReceive()
DCalendarDatabaseHelper.java76 static final int DATABASE_VERSION = 403; field in CalendarDatabaseHelper
316 super(context, DATABASE_NAME, null, DATABASE_VERSION); in CalendarDatabaseHelper()
1396 if (oldVersion != DATABASE_VERSION) { in onUpgrade()
1401 oldVersion = DATABASE_VERSION; in onUpgrade()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsUpgradeReceiver.java56 if (prefVersion != ContactsDatabaseHelper.DATABASE_VERSION) { in onReceive()
62 PREF_DB_VERSION, ContactsDatabaseHelper.DATABASE_VERSION).commit(); in onReceive()
DContactsDatabaseHelper.java110 static final int DATABASE_VERSION = 704; field in ContactsDatabaseHelper
770 super(context, databaseName, null, DATABASE_VERSION); in ContactsDatabaseHelper()
920 Log.i(TAG, "Bootstrapping database version: " + DATABASE_VERSION); in onCreate()
/packages/apps/Gallery/src/com/android/camera/
DPhotoAppWidgetProvider.java89 private static final int DATABASE_VERSION = 2; field in PhotoAppWidgetProvider.PhotoDatabaseHelper
96 super(context, DATABASE_NAME, null, DATABASE_VERSION); in PhotoDatabaseHelper()
112 if (version != DATABASE_VERSION) { in onUpgrade()
/packages/apps/Browser/src/com/android/browser/
DAutoFillProfileDatabase.java32 static final int DATABASE_VERSION = 2; field in AutoFillProfileDatabase
54 super(context, DATABASE_NAME, null, DATABASE_VERSION); in AutoFillProfileDatabaseHelper()
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DWidgetDatabaseHelper.java39 private static final int DATABASE_VERSION = 4; field in WidgetDatabaseHelper
90 super(context, DATABASE_NAME, null, DATABASE_VERSION); in WidgetDatabaseHelper()
162 if (version != DATABASE_VERSION) { in onUpgrade()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarDatabaseHelperTest.java429 cDbHelper.onUpgrade(mBadDb, 50, CalendarDatabaseHelper.DATABASE_VERSION); in testUpgradeToCurrentVersion()
461 cDbHelper.onUpgrade(mBadDb, 50, CalendarDatabaseHelper.DATABASE_VERSION); in testSchemasEqualForAllTables()
/packages/apps/Browser/src/com/android/browser/provider/
DSnapshotProvider.java74 static final int DATABASE_VERSION = 3; field in SnapshotProvider.SnapshotDatabaseHelper
77 super(context, DATABASE_NAME, null, DATABASE_VERSION); in SnapshotDatabaseHelper()
DBrowserProvider.java165 private static final int DATABASE_VERSION = 24; field in BrowserProvider
251 super(context, sDatabaseName, null, DATABASE_VERSION); in DatabaseHelper()
411 if (DATABASE_VERSION == 18 || DATABASE_VERSION == 19) { in onCreate()
DBrowserProvider2.java394 static final int DATABASE_VERSION = 32; field in BrowserProvider2.DatabaseHelper
396 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DUserDictionaryProvider.java64 private static final int DATABASE_VERSION = 2; field in UserDictionaryProvider
84 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainService.java49 private static final int DATABASE_VERSION = 1; field in KeyChainService
250 super(context, DATABASE_NAME, null /* CursorFactory */, DATABASE_VERSION); in DatabaseHelper()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastDatabaseHelper.java55 static final int DATABASE_VERSION = 11; field in CellBroadcastDatabaseHelper
58 super(context, DATABASE_NAME, null, DATABASE_VERSION); in CellBroadcastDatabaseHelper()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DFileCache.java286 public static final int DATABASE_VERSION = 1; field in FileCache.DatabaseHelper
289 super(context, dbName, null, DATABASE_VERSION); in DatabaseHelper()
/packages/providers/DrmProvider/src/com/android/providers/drm/
DDrmProvider.java57 private static final int DATABASE_VERSION = 1; field in DrmProvider.OpenDatabaseHelper
60 super(context, DATABASE_NAME, null, DATABASE_VERSION); in OpenDatabaseHelper()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java57 private static final int DATABASE_VERSION = 7 << 16; field in TelephonyProvider
115 return DATABASE_VERSION | publicversion; in getVersion()
118 return DATABASE_VERSION; in getVersion()
DMmsSmsDatabaseHelper.java218 static final int DATABASE_VERSION = 55; field in MmsSmsDatabaseHelper
224 super(context, DATABASE_NAME, null, DATABASE_VERSION); in MmsSmsDatabaseHelper()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadCache.java225 public static final int DATABASE_VERSION = 2; field in DownloadCache.DatabaseHelper
228 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DUserHistoryDictionary.java64 private static final int DATABASE_VERSION = 1; field in UserHistoryDictionary
325 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
DPartnerBookmarksProvider.java128 private static final int DATABASE_VERSION = 1; field in PartnerBookmarksProvider.DatabaseHelper
134 super(context, DATABASE_FILENAME, null, DATABASE_VERSION); in DatabaseHelper()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherProvider.java69 private static final int DATABASE_VERSION = 12; field in LauncherProvider
233 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
491 if (version != DATABASE_VERSION) { in onUpgrade()
/packages/apps/Email/src/com/android/email/provider/
DDBHelper.java127 public static final int DATABASE_VERSION = 39; field in DBHelper
550 super(context, name, null, DATABASE_VERSION); in DatabaseHelper()