Loading services/core/java/com/android/server/wm/ActivityTaskManagerService.java +4 −4 Original line number Diff line number Diff line Loading @@ -3560,11 +3560,11 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub { mRootWindowContainer.forAllDisplays(displayContent -> { mKeyguardController.keyguardGoingAway(displayContent.getDisplayId(), flags); }); } WallpaperManagerInternal wallpaperManagerInternal = getWallpaperManagerInternal(); if (wallpaperManagerInternal != null) { wallpaperManagerInternal.onKeyguardGoingAway(); } } } finally { Binder.restoreCallingIdentity(token); } Loading Loading
services/core/java/com/android/server/wm/ActivityTaskManagerService.java +4 −4 Original line number Diff line number Diff line Loading @@ -3560,11 +3560,11 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub { mRootWindowContainer.forAllDisplays(displayContent -> { mKeyguardController.keyguardGoingAway(displayContent.getDisplayId(), flags); }); } WallpaperManagerInternal wallpaperManagerInternal = getWallpaperManagerInternal(); if (wallpaperManagerInternal != null) { wallpaperManagerInternal.onKeyguardGoingAway(); } } } finally { Binder.restoreCallingIdentity(token); } Loading