Searched refs:mWallpaperFile (Results 1 – 2 of 2) sorted by relevance
58 private File mWallpaperFile; // primary wallpaper image file field in WallpaperBackupAgent70 mWallpaperFile = new File(wallpaperDir, WALLPAPER); in onCreate()102 Os.link(mWallpaperFile.getCanonicalPath(), imageStage.getCanonicalPath()); in onFullBackup()
176 final File mWallpaperFile; field in WallpaperManagerService.WallpaperObserver186 mWallpaperFile = new File(mWallpaperDir, WALLPAPER); in WallpaperObserver()216 final boolean sysWallpaperChanged = (mWallpaperFile.equals(changedFile)); in onEvent()