Searched refs:RECORD_CONTENT_DISPLAY (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ContentRecordingSession.java | 49 public static final int RECORD_CONTENT_DISPLAY = 0; field in ContentRecordingSession 65 private int mContentToRecord = RECORD_CONTENT_DISPLAY; 103 .setContentToRecord(RECORD_CONTENT_DISPLAY); in createDisplaySession() 160 RECORD_CONTENT_DISPLAY, 170 case RECORD_CONTENT_DISPLAY: in recordContentToString() 188 if (!(mContentToRecord == RECORD_CONTENT_DISPLAY) in ContentRecordingSession() 192 + "RECORD_CONTENT_DISPLAY(" + RECORD_CONTENT_DISPLAY + "), " in ContentRecordingSession() 270 if (!(mContentToRecord == RECORD_CONTENT_DISPLAY) in setContentToRecord() 274 + "RECORD_CONTENT_DISPLAY(" + RECORD_CONTENT_DISPLAY + "), " in setContentToRecord() 404 if (!(mContentToRecord == RECORD_CONTENT_DISPLAY) in ContentRecordingSession() [all …]
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/ |
H A D | MediaProjectionManagerServiceTest.java | 23 import static android.media.projection.ReviewGrantedConsentResult.RECORD_CONTENT_DISPLAY; 448 mService.setUserReviewGrantedConsentResult(RECORD_CONTENT_DISPLAY, in testSetUserReviewGrantedConsentResult_noCurrentProjection() 524 mService.setUserReviewGrantedConsentResult(RECORD_CONTENT_DISPLAY, projection); in testSetUserReviewGrantedConsentResult_noVirtualDisplay() 544 mService.setUserReviewGrantedConsentResult(RECORD_CONTENT_DISPLAY, projection); in testSetUserReviewGrantedConsentResult_thenVirtualDisplayCreated() 548 verifySetSessionWithContent(ContentRecordingSession.RECORD_CONTENT_DISPLAY); in testSetUserReviewGrantedConsentResult_thenVirtualDisplayCreated() 606 testSetUserReviewGrantedConsentResult_startedSession(RECORD_CONTENT_DISPLAY, in testSetUserReviewGrantedConsentResult_displayMirroring_startedSession() 607 ContentRecordingSession.RECORD_CONTENT_DISPLAY); in testSetUserReviewGrantedConsentResult_displayMirroring_startedSession() 613 testSetUserReviewGrantedConsentResult_failedToStartSession(RECORD_CONTENT_DISPLAY, in testSetUserReviewGrantedConsentResult_displayMirroring_failedToStartSession() 614 ContentRecordingSession.RECORD_CONTENT_DISPLAY); in testSetUserReviewGrantedConsentResult_displayMirroring_failedToStartSession() 688 mService.setUserReviewGrantedConsentResult(RECORD_CONTENT_DISPLAY, projection); in testSetUserReviewGrantedConsentResult_displayMirroring_noPriorSession() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/data/repository/ |
H A D | MediaProjectionManagerRepository.kt | 24 import android.view.ContentRecordingSession.RECORD_CONTENT_DISPLAY 80 if (session.contentToRecord == RECORD_CONTENT_DISPLAY || session.tokenToRecord == null) {
|
/aosp14/frameworks/base/media/java/android/media/projection/ |
H A D | ReviewGrantedConsentResult.aidl | 29 RECORD_CONTENT_DISPLAY = 1, enumConstant
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ContentRecordingSessionTest.java | 19 import static android.view.ContentRecordingSession.RECORD_CONTENT_DISPLAY; 74 assertThat(session.getContentToRecord()).isEqualTo(RECORD_CONTENT_DISPLAY); in testDisplayConstructor()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | MediaProjectionPermissionActivity.java | 22 import static android.media.projection.ReviewGrantedConsentResult.RECORD_CONTENT_DISPLAY; 144 finish(RECORD_CONTENT_DISPLAY, projection); in onCreate() 299 finish(RECORD_CONTENT_DISPLAY, projection); in grantMediaProjectionPermission()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ContentRecorder.java | 21 import static android.view.ContentRecordingSession.RECORD_CONTENT_DISPLAY; 396 case RECORD_CONTENT_DISPLAY: in retrieveRecordedWindowContainer()
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/projection/ |
H A D | MediaProjectionManagerService.java | 27 import static android.media.projection.ReviewGrantedConsentResult.RECORD_CONTENT_DISPLAY; 455 consentResult == RECORD_CONTENT_DISPLAY || consentResult == RECORD_CONTENT_TASK; in setUserReviewGrantedConsentResult() 487 case RECORD_CONTENT_DISPLAY: in setUserReviewGrantedConsentResult()
|
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
H A D | DisplayManagerServiceTest.java | 24 import static android.view.ContentRecordingSession.RECORD_CONTENT_DISPLAY; 1199 assertThat(session.getContentToRecord()).isEqualTo(RECORD_CONTENT_DISPLAY);
|