Searched refs:mWallpaperFile (Results 1 – 2 of 2) sorted by relevance
77 private File mWallpaperFile; // primary wallpaper image file field in WallpaperBackupAgent94 mWallpaperFile = new File(wallpaperDir, WALLPAPER); in onCreate()158 if (sysEligible && mWallpaperFile.exists()) { in onFullBackup()161 FileUtils.copyFileOrThrow(mWallpaperFile, imageStage); in onFullBackup()
183 final File mWallpaperFile; field in WallpaperManagerService.WallpaperObserver192 mWallpaperFile = new File(mWallpaperDir, WALLPAPER); in WallpaperObserver()221 final boolean sysWallpaperChanged = (mWallpaperFile.equals(changedFile)); in onEvent()