Home
last modified time | relevance | path

Searched refs:createDisplaySession (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DContentRecordingSessionTest.java84 ContentRecordingSession session = ContentRecordingSession.createDisplaySession( in testDisplayConstructor()
94 ContentRecordingSession displaySession = ContentRecordingSession.createDisplaySession( in testIsValid_displaySession()
100 ContentRecordingSession displaySession0 = ContentRecordingSession.createDisplaySession( in testIsValid_displaySession()
104 ContentRecordingSession displaySession1 = ContentRecordingSession.createDisplaySession( in testIsValid_displaySession()
110 ContentRecordingSession displaySession2 = ContentRecordingSession.createDisplaySession( in testIsValid_displaySession()
152 ContentRecordingSession session = ContentRecordingSession.createDisplaySession( in testIsProjectionOnSameDisplay()
157 ContentRecordingSession incomingSession = ContentRecordingSession.createDisplaySession( in testIsProjectionOnSameDisplay()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DContentRecordingControllerTests.java51 ContentRecordingSession.createDisplaySession(DEFAULT_DISPLAY);
53 ContentRecordingSession.createDisplaySession(DEFAULT_DISPLAY);
98 ContentRecordingSession session = ContentRecordingSession.createDisplaySession( in testSetContentRecordingSessionLocked_invalidDisplayId_notAccepted()
189 ContentRecordingSession sessionUpdate = ContentRecordingSession.createDisplaySession( in testSetContentRecordingSessionLocked_takeOverCurrentSession_accepted()
DContentRecorderTests.java84 ContentRecordingSession.createDisplaySession(DEFAULT_DISPLAY);
86 ContentRecordingSession.createDisplaySession(DEFAULT_DISPLAY);
168 ContentRecordingSession session = ContentRecordingSession.createDisplaySession( in testUpdateRecording_display_invalidDisplayIdToMirror()
DWindowManagerServiceTests.java892 ContentRecordingSession session = ContentRecordingSession.createDisplaySession( in setContentRecordingSession_sessionContentDisplay_returnsTrue()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/mediaprojection/taskswitcher/
DFakeMediaProjectionManager.kt70 fun createDisplaySession(): ContentRecordingSession = method
71 ContentRecordingSession.createDisplaySession(/* displayToMirror = */ 123)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/data/repository/
DMediaProjectionManagerRepositoryTest.kt31 …oid.systemui.mediaprojection.taskswitcher.FakeMediaProjectionManager.Companion.createDisplaySession
102 session = ContentRecordingSession.createDisplaySession(/* displayToMirror= */ 123) in mediaProjectionState_onSessionSet_contentToRecordDisplay_emitsEntireScreen()
134 session = createDisplaySession(), in mediaProjectionState_entireScreen_hasHostPackage()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/ui/viewmodel/
DTaskSwitcherNotificationViewModelTest.kt26 …oid.systemui.mediaprojection.taskswitcher.FakeMediaProjectionManager.Companion.createDisplaySession
79 fakeMediaProjectionManager.dispatchOnSessionSet(session = createDisplaySession()) in uiState_projectingEntireScreen_emitsNotShowing()
92 fakeMediaProjectionManager.dispatchOnSessionSet(session = createDisplaySession()) in uiState_projectingEntireScreen_foregroundTaskChanged_emitsNotShowing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/domain/interactor/
DTaskSwitchInteractorTest.kt71 session = FakeMediaProjectionManager.createDisplaySession() in taskSwitchChanges_projectingScreen_foregroundTaskChange_emitsNotProjectingTask()
/frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/
DMediaProjectionManagerServiceTest.java29 import static android.view.ContentRecordingSession.createDisplaySession;
109 createDisplaySession(DEFAULT_DISPLAY);
152 createDisplaySession(DEFAULT_DISPLAY);
/frameworks/base/core/java/android/view/
DContentRecordingSession.java117 public static ContentRecordingSession createDisplaySession(int displayToMirror) { in createDisplaySession() method in ContentRecordingSession
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java548 setReviewedConsentSessionLocked(ContentRecordingSession.createDisplaySession( in setUserReviewGrantedConsentResult()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java1753 session = ContentRecordingSession.createDisplaySession( in createVirtualDisplayInternal()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java6843 .createDisplaySession(mirrorDc.getDisplayId()) in setDisplayMirroring()