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

/frameworks/base/services/java/com/android/server/
H A DWallpaperManagerService.java98 static final String WALLPAPER = "wallpaper"; field in class:WallpaperManagerService
125 mWallpaperFile = new File(mWallpaperDir, WALLPAPER);
209 wallpaperFile = new File(getWallpaperDir(userId), WALLPAPER);
521 File wallpaperFile = new File(getWallpaperDir(userId), WALLPAPER);
572 File f = new File(getWallpaperDir(userId), WALLPAPER);
694 File f = new File(getWallpaperDir(wallpaperUserId), WALLPAPER);
751 File file = new File(dir, WALLPAPER);
1038 File newWallpaper = new File(getWallpaperDir(0), WALLPAPER);

Completed in 52 milliseconds