Loading services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -3251,8 +3251,9 @@ public class WallpaperManagerService extends IWallpaperManager.Stub int[] screenOrientations, List<Rect> crops, boolean allowBackup, Bundle extras, int which, IWallpaperManagerCallback completion, int userId) { Slog.v(TAG, "setWallpaper: name = " + name + ", which = " + which); if (DEBUG) { Slog.d(TAG, "setWallpaper: name = " + name + ", callingPackage = " + callingPackage Slog.d(TAG, "setWallpaper: callingPackage = " + callingPackage + ", screenOrientations = " + (screenOrientations == null ? null : Arrays.stream(screenOrientations).boxed().toList()) Loading Loading
services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -3251,8 +3251,9 @@ public class WallpaperManagerService extends IWallpaperManager.Stub int[] screenOrientations, List<Rect> crops, boolean allowBackup, Bundle extras, int which, IWallpaperManagerCallback completion, int userId) { Slog.v(TAG, "setWallpaper: name = " + name + ", which = " + which); if (DEBUG) { Slog.d(TAG, "setWallpaper: name = " + name + ", callingPackage = " + callingPackage Slog.d(TAG, "setWallpaper: callingPackage = " + callingPackage + ", screenOrientations = " + (screenOrientations == null ? null : Arrays.stream(screenOrientations).boxed().toList()) Loading