Home
last modified time | relevance | path

Searched refs:DB_VERSION (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/data/
DPhotoDatabase.java37 static final int DB_VERSION = 3; field in PhotoDatabase
99 super(context, dbName, null, DB_VERSION); in PhotoDatabase()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DSavedWallpaperImages.java148 final static int DB_VERSION = 1; field in SavedWallpaperImages.ImageDb
156 null, DB_VERSION); in ImageDb()
/packages/apps/Messaging/src/com/android/messaging/sms/
DApnDatabase.java46 private static final int DB_VERSION = 3; // added sub_id columns field in ApnDatabase
153 super(sContext, APN_DATABASE_NAME, null, DB_VERSION); in ApnDatabase()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java61 private static final int DB_VERSION = 1; field in BluetoothOppProvider
104 super(context, DB_NAME, null, DB_VERSION); in DatabaseHelper()
/packages/modules/ExtServices/src/android/ext/services/notification/
DAssistant.java81 private static final int DB_VERSION = 1; field in Assistant
205 out.attribute(null, ATTR_VERSION, Integer.toString(DB_VERSION)); in writeXml()
/packages/apps/Launcher3/src/com/android/launcher3/
DWidgetPreviewLoader.java118 private static final int DB_VERSION = 9; field in WidgetPreviewLoader.CacheDb
130 super(context, LauncherFiles.WIDGET_PREVIEWS_DB, DB_VERSION, TABLE_NAME); in CacheDb()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java107 private static final int DB_VERSION = 113; field in DownloadProvider
279 super(context, DB_NAME, null, DB_VERSION); in DatabaseHelper()
291 onUpgrade(db, 0, DB_VERSION); in onCreate()