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

/frameworks/base/services/java/com/android/server/
H A DWallpaperManagerService.java89 static final File WALLPAPER_FILE = new File(WALLPAPER_DIR, WALLPAPER); field in class:WallpaperManagerService
119 if (WALLPAPER_FILE.equals(changedFile)) {
363 File f = WALLPAPER_FILE;
436 File f = WALLPAPER_FILE;
486 ParcelFileDescriptor fd = ParcelFileDescriptor.open(WALLPAPER_FILE,
855 WALLPAPER_FILE.delete();
899 if (WALLPAPER_FILE.exists()) {
900 WALLPAPER_FILE.delete();
902 fos = new FileOutputStream(WALLPAPER_FILE);

Completed in 24 milliseconds