Home
last modified time | relevance | path

Searched refs:getContentToRecord (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DContentRecordingSessionTest.java68 assertThat(session.getContentToRecord()).isEqualTo(RECORD_CONTENT_TASK); in testTaskConstructor()
77 assertThat(session.getContentToRecord()).isEqualTo(RECORD_CONTENT_TASK); in testSecondaryTaskConstructor()
86 assertThat(session.getContentToRecord()).isEqualTo(RECORD_CONTENT_DISPLAY); in testDisplayConstructor()
/frameworks/base/services/core/java/com/android/server/wm/
DContentRecorder.java187 if (mContentRecordingSession.getContentToRecord() == RECORD_CONTENT_TASK) { in onConfigurationChanged()
203 mContentRecordingSession.getContentToRecord(), in onConfigurationChanged()
351 final int contentToRecord = mContentRecordingSession.getContentToRecord(); in startRecordingIfNeeded()
433 @RecordContent final int contentToRecord = mContentRecordingSession.getContentToRecord(); in retrieveRecordedWindowContainer()
661 if (mContentRecordingSession.getContentToRecord() == RECORD_CONTENT_TASK) { in onVisibleRequestedChanged()
771 && mContentRecordingSession.getContentToRecord() == RECORD_CONTENT_TASK; in isRecordingContentTask()
DWindowManagerService.java8632 || incomingSession.getContentToRecord() != RECORD_CONTENT_TASK) { in setContentRecordingSession()
/frameworks/base/core/java/android/view/
DContentRecordingSession.java149 final boolean isValidTaskSession = session.getContentToRecord() == RECORD_CONTENT_TASK in isValid()
151 final boolean isValidDisplaySession = session.getContentToRecord() == RECORD_CONTENT_DISPLAY in isValid()
272 public @RecordContent int getContentToRecord() { in getContentToRecord() method in ContentRecordingSession
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DContentRecorderTests.java393 .notifyWindowingModeChanged(mTaskSession.getContentToRecord(), in testTaskWindowingModeChanged_changeWindowMode_notifyWindowModeChanged()
403 .notifyWindowingModeChanged(mTaskSession.getContentToRecord(), in testTaskWindowingModeChanged_changeWindowMode_notifyWindowModeChanged()
418 .notifyWindowingModeChanged(mTaskSession.getContentToRecord(), in testTaskWindowingModeChanged_sameWindowMode_notifyWindowModeChanged()
478 .notifyWindowingModeChanged(mTaskSession.getContentToRecord(), in testStartRecording_notifiesCallback_taskSession()
494 .notifyWindowingModeChanged(mDisplaySession.getContentToRecord(), in testStartRecording_notifiesCallback_displaySession()
/frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/
DMediaProjectionManagerServiceTest.java1004 assertThat(mSessionCaptor.getValue().getContentToRecord()).isEqualTo(content); in verifySetSessionWithContent()
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java382 incomingSession.getContentToRecord()) : "none"; in setContentRecordingSession()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DDisplayManagerServiceTest.java1616 assertThat(session.getContentToRecord()).isEqualTo(RECORD_CONTENT_DISPLAY);
1677 assertThat(session.getContentToRecord()).isEqualTo(RECORD_CONTENT_TASK);