Searched refs:DB_VERSION (Results 1 - 6 of 6) 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/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DSavedWallpaperImages.java182 final static int DB_VERSION = 1; field in class:SavedWallpaperImages.ImageDb
192 super(context, context.getDatabasePath(DB_NAME).getPath(), 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
123 super(context, DB_NAME, null, 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/apps/Launcher3/src/com/android/launcher3/
H A DWidgetPreviewLoader.java289 final static int DB_VERSION = 2; field in class:WidgetPreviewLoader.CacheDb
298 super(context, new File(context.getCacheDir(), DB_NAME).getPath(), null, DB_VERSION);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java75 private static final int DB_VERSION = 109; field in class:DownloadProvider
229 super(context, DB_NAME, null, DB_VERSION);
240 onUpgrade(db, 0, DB_VERSION);

Completed in 395 milliseconds