Searched refs:wallpaperType (Results 1 – 3 of 3) sorted by relevance
206 private void logLiveWallpaperNameIfPresent(@BackupRestoreDataType String wallpaperType, in logLiveWallpaperNameIfPresent() argument209 mLogger.logBackupMetadata(wallpaperType, wallpaperInfo.getComponent().getClassName()); in logLiveWallpaperNameIfPresent()213 private void logRestoredLiveWallpaperNameIfPresent(@BackupRestoreDataType String wallpaperType, in logRestoredLiveWallpaperNameIfPresent() argument216 mLogger.logRestoreMetadata(wallpaperType, wpService.getClassName()); in logRestoredLiveWallpaperNameIfPresent()
179 WallpaperData(int userId, @SetWallpaperFlags int wallpaperType) { in WallpaperData() argument181 this.mWhich = wallpaperType; in WallpaperData()
1737 private void clearWallpaperBitmaps(int userID, int wallpaperType) { in clearWallpaperBitmaps() argument1738 final WallpaperData wallpaper = new WallpaperData(userID, wallpaperType); in clearWallpaperBitmaps()