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

/frameworks/base/services/java/com/android/server/
H A DSystemBackupAgent.java57 private static final String WALLPAPER_INFO = WallpaperBackupHelper.WALLPAPER_INFO; field in class:SystemBackupAgent
68 String[] files = new String[] { WALLPAPER_IMAGE, WALLPAPER_INFO };
74 files = new String[] { WALLPAPER_INFO };
93 WALLPAPER_INFO_DIR, WALLPAPER_INFO, output.getData());
103 new String[] { WALLPAPER_IMAGE, WALLPAPER_INFO },
120 (new File(WALLPAPER_INFO)).delete();
137 outFile = new File(WALLPAPER_INFO);
161 (new File(WALLPAPER_INFO)).delete();
H A DWallpaperManagerService.java99 static final String WALLPAPER_INFO = "wallpaper_info.xml"; field in class:WallpaperManagerService
523 File wallpaperInfoFile = new File(getWallpaperDir(userId), WALLPAPER_INFO);
995 final String base = new File(getWallpaperDir(userId), WALLPAPER_INFO).getAbsolutePath();
1042 File newInfo = new File(getWallpaperDir(0), WALLPAPER_INFO);
/frameworks/base/core/java/android/app/backup/
H A DWallpaperBackupHelper.java47 public static final String WALLPAPER_INFO = field in class:WallpaperBackupHelper
157 File f = new File(WALLPAPER_INFO);

Completed in 108 milliseconds