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

/frameworks/base/services/java/com/android/server/
H A DWallpaperManagerService.java86 static final File WALLPAPER_DIR = new File( field in class:WallpaperManagerService
89 static final File WALLPAPER_FILE = new File(WALLPAPER_DIR, WALLPAPER);
105 WALLPAPER_DIR.getAbsolutePath(), CLOSE_WRITE | DELETE | DELETE_SELF) {
118 File changedFile = new File(WALLPAPER_DIR, path);
328 WALLPAPER_DIR.mkdirs();
479 if (!WALLPAPER_DIR.exists()) {
480 WALLPAPER_DIR.mkdir();
482 WALLPAPER_DIR.getPath(),

Completed in 128 milliseconds