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

/frameworks/base/services/java/com/android/server/
H A DWallpaperManagerService.java99 static final String WALLPAPER = "wallpaper"; field in class:WallpaperManagerService
126 mWallpaperFile = new File(mWallpaperDir, WALLPAPER);
210 wallpaperFile = new File(getWallpaperDir(userId), WALLPAPER);
532 File wallpaperFile = new File(getWallpaperDir(userId), WALLPAPER);
583 File f = new File(getWallpaperDir(userId), WALLPAPER);
722 File f = new File(getWallpaperDir(wallpaperUserId), WALLPAPER);
779 File file = new File(dir, WALLPAPER);
1073 File newWallpaper = new File(getWallpaperDir(0), WALLPAPER);

Completed in 25 milliseconds