Loading services/tests/wmtests/src/com/android/server/wm/ContentRecordingControllerTests.java +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ public class ContentRecordingControllerTests extends WindowTestsBase { controller.setContentRecordingSessionLocked(mWaitingDisplaySession, mWm); verify(mVirtualDisplayContent, atLeastOnce()).setContentRecordingSession( mWaitingDisplaySession); verify(mVirtualDisplayContent).updateRecording(); verify(mVirtualDisplayContent, atLeastOnce()).updateRecording(); // WHEN updating the session on the same display, so no longer waiting to record. ContentRecordingSession sessionUpdate = ContentRecordingSession.createTaskSession( Loading Loading
services/tests/wmtests/src/com/android/server/wm/ContentRecordingControllerTests.java +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ public class ContentRecordingControllerTests extends WindowTestsBase { controller.setContentRecordingSessionLocked(mWaitingDisplaySession, mWm); verify(mVirtualDisplayContent, atLeastOnce()).setContentRecordingSession( mWaitingDisplaySession); verify(mVirtualDisplayContent).updateRecording(); verify(mVirtualDisplayContent, atLeastOnce()).updateRecording(); // WHEN updating the session on the same display, so no longer waiting to record. ContentRecordingSession sessionUpdate = ContentRecordingSession.createTaskSession( Loading