Home
last modified time | relevance | path

Searched refs:mWallpaperFile (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
DWallpaperBackupAgent.java77 private File mWallpaperFile; // primary wallpaper image file field in WallpaperBackupAgent
94 mWallpaperFile = new File(wallpaperDir, WALLPAPER); in onCreate()
158 if (sysEligible && mWallpaperFile.exists()) { in onFullBackup()
161 FileUtils.copyFileOrThrow(mWallpaperFile, imageStage); in onFullBackup()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java183 final File mWallpaperFile; field in WallpaperManagerService.WallpaperObserver
192 mWallpaperFile = new File(mWallpaperDir, WALLPAPER); in WallpaperObserver()
221 final boolean sysWallpaperChanged = (mWallpaperFile.equals(changedFile)); in onEvent()