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

/frameworks/base/services/java/com/android/server/
H A DWallpaperManagerService.java121 super(getWallpaperDir(wallpaper.userId).getAbsolutePath(),
123 mWallpaperDir = getWallpaperDir(wallpaper.userId);
209 wallpaperFile = new File(getWallpaperDir(userId), WALLPAPER);
435 getWallpaperDir(UserHandle.USER_OWNER).mkdirs();
439 private static File getWallpaperDir(int userId) { method in class:WallpaperManagerService
521 File wallpaperFile = new File(getWallpaperDir(userId), WALLPAPER);
523 File wallpaperInfoFile = new File(getWallpaperDir(userId), WALLPAPER_INFO);
572 File f = new File(getWallpaperDir(userId), WALLPAPER);
694 File f = new File(getWallpaperDir(wallpaperUserId), WALLPAPER);
743 File dir = getWallpaperDir(wallpape
[all...]

Completed in 29 milliseconds