Home | History | Annotate | Download | only in server

Lines Matching defs:wallpaper

38  * Backup agent for various system-managed data, currently just the system wallpaper
46 private static final String WALLPAPER_IMAGE_FILENAME = "wallpaper";
49 // TODO: Will need to change if backing up non-primary user's wallpaper
54 // TODO: Will need to change if backing up non-primary user's wallpaper
65 // We only back up the data under the current "wallpaper" schema with metadata
66 WallpaperManagerService wallpaper = (WallpaperManagerService)ServiceManager.getService(
70 if (wallpaper != null && wallpaper.getName() != null && wallpaper.getName().length() > 0) {
71 // When the wallpaper has a name, back up the info by itself.
73 // TODO: Send a delete for any stored wallpaper image in this case?
77 addHelper("wallpaper", new WallpaperBackupHelper(SystemBackupAgent.this, files, keys));
83 // At present we back up only the wallpaper
102 addHelper("wallpaper", new WallpaperBackupHelper(SystemBackupAgent.this,
112 WallpaperManagerService wallpaper = (WallpaperManagerService)ServiceManager.getService(
114 wallpaper.settingsRestored();
116 // If there was a failure, delete everything for the wallpaper, this is too aggressive,
152 WallpaperManagerService wallpaper =
155 wallpaper.settingsRestored();