Searched refs:setContentRecordingSessionLocked (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ContentRecordingControllerTests.java | 89 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 …]
|
D | ContentRecorderTests.java | 804 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/ |
D | ContentRecordingController.java | 77 void setContentRecordingSessionLocked(@Nullable ContentRecordingSession incomingSession, in setContentRecordingSessionLocked() method in ContentRecordingController
|
D | ContentRecorder.java | 310 mDisplayContent.mWmService.mContentRecordingController.setContentRecordingSessionLocked( in clearContentRecordingSession()
|
D | WindowManagerService.java | 8633 mContentRecordingController.setContentRecordingSessionLocked(incomingSession, in setContentRecordingSession() 8650 mContentRecordingController.setContentRecordingSessionLocked(incomingSession, in setContentRecordingSession()
|