Home
last modified time | relevance | path

Searched refs:setContentRecordingSessionLocked (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DContentRecordingControllerTests.java89 controller.setContentRecordingSessionLocked(mDefaultSession, mWm); in testSetContentRecordingSessionLocked_defaultSession()
101 controller.setContentRecordingSessionLocked(session, mWm); in testSetContentRecordingSessionLocked_invalidDisplayId_notAccepted()
112 controller.setContentRecordingSessionLocked(mDefaultSession, mWm); in testSetContentRecordingSessionLocked_newSession_accepted()
123 controller.setContentRecordingSessionLocked(mWaitingDisplaySession, mWm); in testSetContentRecordingSessionLocked_updateSession_noLongerWaiting_accepted()
133 controller.setContentRecordingSessionLocked(sessionUpdate, mWm); in testSetContentRecordingSessionLocked_updateSession_noLongerWaiting_accepted()
146 controller.setContentRecordingSessionLocked(mDefaultSession, mWm); in testSetContentRecordingSessionLocked_invalidUpdateSession_notWaiting_notAccepted()
153 controller.setContentRecordingSessionLocked(sessionUpdate, mWm); in testSetContentRecordingSessionLocked_invalidUpdateSession_notWaiting_notAccepted()
165 controller.setContentRecordingSessionLocked(mDefaultSession, mWm); in testSetContentRecordingSessionLocked_disableCurrentSession_accepted()
170 controller.setContentRecordingSessionLocked(sessionUpdate, mWm); in testSetContentRecordingSessionLocked_disableCurrentSession_accepted()
183 controller.setContentRecordingSessionLocked(mDefaultSession, mWm); in testSetContentRecordingSessionLocked_takeOverCurrentSession_accepted()
[all …]
H A DDisplayContentTests.java2740 mWm.mContentRecordingController.setContentRecordingSessionLocked(session, mWm); in testVirtualDisplayContent_withoutSurface()
2769 mWm.mContentRecordingController.setContentRecordingSessionLocked(session, mWm); in testVirtualDisplayContent_withSurface()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DContentRecordingController.java77 void setContentRecordingSessionLocked(@Nullable ContentRecordingSession incomingSession, in setContentRecordingSessionLocked() method in ContentRecordingController
H A DContentRecorder.java277 mDisplayContent.mWmService.mContentRecordingController.setContentRecordingSessionLocked( in clearContentRecordingSession()
H A DWindowManagerService.java8350 mContentRecordingController.setContentRecordingSessionLocked(incomingSession, in setContentRecordingSession()
8365 mContentRecordingController.setContentRecordingSessionLocked(incomingSession, in setContentRecordingSession()