Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperUtils.java31 static final String WALLPAPER_INFO = "wallpaper_info.xml"; field in WallpaperUtils
39 WALLPAPER_INFO
H A DWallpaperDataParser.java26 import static com.android.server.wallpaper.WallpaperUtils.WALLPAPER_INFO;
94 final String base = new File(getWallpaperDir(userId), WALLPAPER_INFO).getAbsolutePath(); in makeJournaledFile()
311 File newInfo = new File(getWallpaperDir(0), WALLPAPER_INFO); in migrateFromOld()
H A DWallpaperManagerService.java38 import static com.android.server.wallpaper.WallpaperUtils.WALLPAPER_INFO;
2443 File file = new File(getWallpaperDir(userId), WALLPAPER_INFO); in getWallpaperInfoFile()
/aosp14/frameworks/base/services/core/java/com/android/server/backup/
H A DSystemBackupAgent.java82 public static final String WALLPAPER_INFO = field in SystemBackupAgent
171 outFile = new File(WALLPAPER_INFO); in onRestoreFile()
201 (new File(WALLPAPER_INFO)).delete(); in onRestoreFile()