Searched refs:WALLPAPER_INFO (Results 1 – 4 of 4) sorted by relevance
31 static final String WALLPAPER_INFO = "wallpaper_info.xml"; field in WallpaperUtils39 WALLPAPER_INFO
27 import static com.android.server.wallpaper.WallpaperUtils.WALLPAPER_INFO;96 final String base = new File(getWallpaperDir(userId), WALLPAPER_INFO).getAbsolutePath(); in makeJournaledFile()295 File newInfo = new File(getWallpaperDir(0), WALLPAPER_INFO); in migrateFromOld()
41 import static com.android.server.wallpaper.WallpaperUtils.WALLPAPER_INFO;2365 File file = new File(getWallpaperDir(userId), WALLPAPER_INFO); in getWallpaperInfoFile()
88 public static final String WALLPAPER_INFO = field in SystemBackupAgent187 outFile = new File(WALLPAPER_INFO); in onRestoreFile()217 (new File(WALLPAPER_INFO)).delete(); in onRestoreFile()