Loading services/core/java/com/android/server/wm/AbsAppSnapshotController.java +1 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,7 @@ abstract class AbsAppSnapshotController<TYPE extends WindowContainer, * * This is only used for testing so the snapshot content can be verified. */ // TODO(b/264551777): clean up the "snapshotHome" argument @VisibleForTesting TaskSnapshot captureSnapshot(TYPE source, boolean snapshotHome) { final TaskSnapshot snapshot; Loading services/core/java/com/android/server/wm/ActivityTaskManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -3774,7 +3774,7 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub { return null; } return mWindowManager.mTaskSnapshotController.captureSnapshot( task, false /* snapshotHome */); task, true /* snapshotHome */); } } finally { Binder.restoreCallingIdentity(ident); Loading Loading
services/core/java/com/android/server/wm/AbsAppSnapshotController.java +1 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,7 @@ abstract class AbsAppSnapshotController<TYPE extends WindowContainer, * * This is only used for testing so the snapshot content can be verified. */ // TODO(b/264551777): clean up the "snapshotHome" argument @VisibleForTesting TaskSnapshot captureSnapshot(TYPE source, boolean snapshotHome) { final TaskSnapshot snapshot; Loading
services/core/java/com/android/server/wm/ActivityTaskManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -3774,7 +3774,7 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub { return null; } return mWindowManager.mTaskSnapshotController.captureSnapshot( task, false /* snapshotHome */); task, true /* snapshotHome */); } } finally { Binder.restoreCallingIdentity(ident); Loading