Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DSystemBackupAgent.java57 private static final String WALLPAPER_INFO = WallpaperBackupHelper.WALLPAPER_INFO; field in SystemBackupAgent
68 String[] files = new String[] { WALLPAPER_IMAGE, WALLPAPER_INFO }; in onBackup()
74 files = new String[] { WALLPAPER_INFO }; in onBackup()
93 WALLPAPER_INFO_DIR, WALLPAPER_INFO, output.getData()); in fullWallpaperBackup() local
103 new String[] { WALLPAPER_IMAGE, WALLPAPER_INFO }, in onRestore()
120 (new File(WALLPAPER_INFO)).delete(); in onRestore()
137 outFile = new File(WALLPAPER_INFO); in onRestoreFile()
161 (new File(WALLPAPER_INFO)).delete(); in onRestoreFile()
DWallpaperManagerService.java100 static final String WALLPAPER_INFO = "wallpaper_info.xml"; field in WallpaperManagerService
534 File wallpaperInfoFile = new File(getWallpaperDir(userId), WALLPAPER_INFO); in onRemoveUser()
1030 final String base = new File(getWallpaperDir(userId), WALLPAPER_INFO).getAbsolutePath(); in makeJournaledFile()
1077 File newInfo = new File(getWallpaperDir(0), WALLPAPER_INFO); in migrateFromOld()
/frameworks/base/core/java/android/app/backup/
DWallpaperBackupHelper.java47 public static final String WALLPAPER_INFO = field in WallpaperBackupHelper
157 File f = new File(WALLPAPER_INFO); in restoreEntity()