Home
last modified time | relevance | path

Searched refs:createTaskSession (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DContentRecordingSessionTest.java52 ContentRecordingSession session = ContentRecordingSession.createTaskSession(WINDOW_TOKEN); in testParcelable()
65 ContentRecordingSession session = ContentRecordingSession.createTaskSession(WINDOW_TOKEN); in testTaskConstructor()
109 ContentRecordingSession taskSession = ContentRecordingSession.createTaskSession( in testIsValid_taskSession()
115 ContentRecordingSession taskSession0 = ContentRecordingSession.createTaskSession( in testIsValid_taskSession()
119 ContentRecordingSession taskSession1 = ContentRecordingSession.createTaskSession( in testIsValid_taskSession()
125 ContentRecordingSession taskSession3 = ContentRecordingSession.createTaskSession(null); in testIsValid_taskSession()
129 ContentRecordingSession taskSession4 = ContentRecordingSession.createTaskSession( in testIsValid_taskSession()
157 ContentRecordingSession session = ContentRecordingSession.createTaskSession(WINDOW_TOKEN); in testEquals()
160 ContentRecordingSession session2 = ContentRecordingSession.createTaskSession(WINDOW_TOKEN); in testEquals()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/data/repository/
H A DMediaProjectionManagerRepositoryTest.kt118 session = ContentRecordingSession.createTaskSession(taskWindowContainerToken)
134 session = ContentRecordingSession.createTaskSession(token.asBinder())
H A DFakeMediaProjectionManager.kt65 ContentRecordingSession.createTaskSession(token)
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DContentRecordingControllerTests.java129 ContentRecordingSession sessionUpdate = ContentRecordingSession.createTaskSession( in testSetContentRecordingSessionLocked_updateSession_noLongerWaiting_accepted()
150 ContentRecordingSession sessionUpdate = ContentRecordingSession.createTaskSession( in testSetContentRecordingSessionLocked_invalidUpdateSession_notWaiting_notAccepted()
H A DContentRecorderTests.java128 mTaskSession = ContentRecordingSession.createTaskSession(sTaskWindowContainerToken); in setUp()
217 ContentRecordingSession invalidTaskSession = ContentRecordingSession.createTaskSession( in testUpdateRecording_task_noWindowContainer()
H A DWindowManagerServiceTests.java789 ContentRecordingSession session = ContentRecordingSession.createTaskSession(launchCookie); in setContentRecordingSession_sessionContentTask_noMatchingTask_returnsFalse()
800 ContentRecordingSession session = ContentRecordingSession.createTaskSession( in setContentRecordingSession_sessionContentTask_matchingTask_returnsTrue()
813 ContentRecordingSession session = ContentRecordingSession.createTaskSession( in setContentRecordingSession_matchingTask_mutatesSessionWithWindowContainerToken()
/aosp14/frameworks/base/core/java/android/view/
H A DContentRecordingSession.java109 public static ContentRecordingSession createTaskSession( in createTaskSession() method in ContentRecordingSession
/aosp14/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java495 setReviewedConsentSessionLocked(ContentRecordingSession.createTaskSession( in setUserReviewGrantedConsentResult()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java1576 session = ContentRecordingSession.createTaskSession(launchCookie); in createVirtualDisplayInternal()