Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
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 …]
DContentRecorderTests.java804 mWm.mContentRecordingController.setContentRecordingSessionLocked(mDisplaySession, mWm); in testDisplayContentUpdatesRecording_withoutSurface()
822 mWm.mContentRecordingController.setContentRecordingSessionLocked(mDisplaySession, mWm); in testDisplayContentUpdatesRecording_withSurface()
/frameworks/base/services/core/java/com/android/server/wm/
DContentRecordingController.java77 void setContentRecordingSessionLocked(@Nullable ContentRecordingSession incomingSession, in setContentRecordingSessionLocked() method in ContentRecordingController
DContentRecorder.java310 mDisplayContent.mWmService.mContentRecordingController.setContentRecordingSessionLocked( in clearContentRecordingSession()
DWindowManagerService.java8633 mContentRecordingController.setContentRecordingSessionLocked(incomingSession, in setContentRecordingSession()
8650 mContentRecordingController.setContentRecordingSessionLocked(incomingSession, in setContentRecordingSession()