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

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DSavedWallpaperImages.java212 final static String DB_NAME = "saved_wallpaper_images.db"; field in class:SavedWallpaperImages.ImageDb
221 super(context, context.getDatabasePath(DB_NAME).getPath(), null, DB_VERSION);
229 File oldSavedImagesFile = new File(context.getCacheDir(), ImageDb.DB_NAME);
230 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.java274 final static String DB_NAME = "widgetpreviews.db"; field in class:WidgetPreviewLoader.CacheDb
282 super(context, new File(context.getCacheDir(), DB_NAME).getPath(), null, DB_VERSION);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWidgetPreviewLoader.java282 final static String DB_NAME = "widgetpreviews.db"; field in class:WidgetPreviewLoader.CacheDb
290 super(context, new File(context.getCacheDir(), DB_NAME).getPath(), null, DB_VERSION);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java74 private static final String DB_NAME = "downloads.db"; field in class:DownloadProvider
231 super(context, DB_NAME, null, DB_VERSION);

Completed in 513 milliseconds