Searched refs:DB_VERSION (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoDatabase.java37 static final int DB_VERSION = 3; field in class:PhotoDatabase
99 super(context, dbName, null, DB_VERSION);
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DSavedWallpaperImages.java148 final static int DB_VERSION = 1; field in class:SavedWallpaperImages.ImageDb
156 null, DB_VERSION);
/packages/apps/Messaging/src/com/android/messaging/sms/
H A DApnDatabase.java46 private static final int DB_VERSION = 3; // added sub_id columns field in class:ApnDatabase
153 super(sContext, APN_DATABASE_NAME, null, DB_VERSION);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java67 private static final int DB_VERSION = 1; field in class:BluetoothOppProvider
110 super(context, DB_NAME, null, DB_VERSION);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWidgetPreviewLoader.java110 private static final int DB_VERSION = 4; field in class:WidgetPreviewLoader.CacheDb
122 super(context, LauncherFiles.WIDGET_PREVIEWS_DB, DB_VERSION, TABLE_NAME);
H A DIconCache.java813 private final static int DB_VERSION = 10; field in class:IconCache.IconDB
815 private final static int RELEASE_VERSION = DB_VERSION +
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWidgetPreviewLoader.java288 final static int DB_VERSION = 2; field in class:WidgetPreviewLoader.CacheDb
297 super(context, new File(context.getCacheDir(), DB_NAME).getPath(), null, DB_VERSION);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java84 private static final int DB_VERSION = 110; field in class:DownloadProvider
236 super(context, DB_NAME, null, DB_VERSION);
247 onUpgrade(db, 0, DB_VERSION);

Completed in 5348 milliseconds