Searched refs:DB_NAME (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DSavedWallpaperImages.java183 final static String DB_NAME = "saved_wallpaper_images.db"; field in class:SavedWallpaperImages.ImageDb
192 super(context, context.getDatabasePath(DB_NAME).getPath(), null, DB_VERSION);
200 File oldSavedImagesFile = new File(context.getCacheDir(), ImageDb.DB_NAME);
201 File savedImagesFile = context.getDatabasePath(ImageDb.DB_NAME);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java64 private static final String DB_NAME = "btopp.db"; field in class:BluetoothOppProvider
123 super(context, DB_NAME, null, DB_VERSION);
/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoProvider.java55 protected static final String DB_NAME = "photo.db"; field in class:PhotoProvider
417 return new PhotoDatabase(context, DB_NAME);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWidgetPreviewLoader.java289 final static String DB_NAME = "widgetpreviews.db"; 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.java290 final static String DB_NAME = "widgetpreviews.db"; 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.java73 private static final String DB_NAME = "downloads.db"; field in class:DownloadProvider
229 super(context, DB_NAME, null, DB_VERSION);

Completed in 350 milliseconds