OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WALLPAPER_IMAGES_DB
(Results
1 - 2
of
2
) sorted by null
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
WallpaperFiles.java
13
public static final String
WALLPAPER_IMAGES_DB
= "saved_wallpaper_images.db";
SavedWallpaperImages.java
155
super(context, context.getDatabasePath(WallpaperFiles.
WALLPAPER_IMAGES_DB
).getPath(),
163
WallpaperFiles.
WALLPAPER_IMAGES_DB
);
164
File savedImagesFile = context.getDatabasePath(WallpaperFiles.
WALLPAPER_IMAGES_DB
);
Completed in 61 milliseconds