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()
137 WallpaperData(int userId, @SetWallpaperFlags int wallpaperType) { in WallpaperData() argument139 this.mWhich = wallpaperType; in WallpaperData()
1774 private void clearWallpaperBitmaps(int userID, int wallpaperType) { in clearWallpaperBitmaps() argument1775 final WallpaperData wallpaper = new WallpaperData(userID, wallpaperType); in clearWallpaperBitmaps()