Searched refs:RECORD_CONTENT_TASK (Results 1 – 11 of 11) sorted by relevance
53 public static final int RECORD_CONTENT_TASK = 1; field in ContentRecordingSession134 .setContentToRecord(RECORD_CONTENT_TASK) in createTaskSession()149 final boolean isValidTaskSession = session.getContentToRecord() == RECORD_CONTENT_TASK in isValid()185 RECORD_CONTENT_TASK196 case RECORD_CONTENT_TASK: in recordContentToString()235 && !(mContentToRecord == RECORD_CONTENT_TASK)) { in ContentRecordingSession()239 + "RECORD_CONTENT_TASK(" + RECORD_CONTENT_TASK + ")"); in ContentRecordingSession()345 && !(mContentToRecord == RECORD_CONTENT_TASK)) { in setContentToRecord()349 + "RECORD_CONTENT_TASK(" + RECORD_CONTENT_TASK + ")"); in setContentToRecord()499 && !(mContentToRecord == RECORD_CONTENT_TASK)) { in ContentRecordingSession()[all …]
23 import static android.view.ContentRecordingSession.RECORD_CONTENT_TASK;187 if (mContentRecordingSession.getContentToRecord() == RECORD_CONTENT_TASK) { in onConfigurationChanged()354 if (contentToRecord == RECORD_CONTENT_TASK) { in startRecordingIfNeeded()401 if (contentToRecord == RECORD_CONTENT_TASK) { in startRecordingIfNeeded()453 case RECORD_CONTENT_TASK: in retrieveRecordedWindowContainer()661 if (mContentRecordingSession.getContentToRecord() == RECORD_CONTENT_TASK) { in onVisibleRequestedChanged()771 && mContentRecordingSession.getContentToRecord() == RECORD_CONTENT_TASK; in isRecordingContentTask()
54 import static android.view.ContentRecordingSession.RECORD_CONTENT_TASK;8632 || incomingSession.getContentToRecord() != RECORD_CONTENT_TASK) { in setContentRecordingSession()
20 import static android.view.ContentRecordingSession.RECORD_CONTENT_TASK;68 assertThat(session.getContentToRecord()).isEqualTo(RECORD_CONTENT_TASK); in testTaskConstructor()77 assertThat(session.getContentToRecord()).isEqualTo(RECORD_CONTENT_TASK); in testSecondaryTaskConstructor()
30 RECORD_CONTENT_TASK = 2, enumConstant
23 import static android.view.ContentRecordingSession.RECORD_CONTENT_TASK;214 case RECORD_CONTENT_TASK -> in contentToRecordToTargetType()
28 import static android.media.projection.ReviewGrantedConsentResult.RECORD_CONTENT_TASK;512 consentResult == RECORD_CONTENT_DISPLAY || consentResult == RECORD_CONTENT_TASK; in setUserReviewGrantedConsentResult()551 case RECORD_CONTENT_TASK: in setUserReviewGrantedConsentResult()
25 import static android.media.projection.ReviewGrantedConsentResult.RECORD_CONTENT_TASK;719 RECORD_CONTENT_TASK, targetUid, WINDOWING_MODE_MULTI_WINDOW); in notifyWindowingModeChanged_forwardsToLogger()721 verify(mMediaProjectionMetricsLogger).logChangedWindowingMode(RECORD_CONTENT_TASK, in notifyWindowingModeChanged_forwardsToLogger()768 testSetUserReviewGrantedConsentResult_startedSession(RECORD_CONTENT_TASK, in testSetUserReviewGrantedConsentResult_taskMirroring_startedSession()769 ContentRecordingSession.RECORD_CONTENT_TASK); in testSetUserReviewGrantedConsentResult_taskMirroring_startedSession()775 testSetUserReviewGrantedConsentResult_failedToStartSession(RECORD_CONTENT_TASK, in testSetUserReviewGrantedConsentResult_taskMirroring_failedToStartSession()776 ContentRecordingSession.RECORD_CONTENT_TASK); in testSetUserReviewGrantedConsentResult_taskMirroring_failedToStartSession()
25 import static android.view.ContentRecordingSession.RECORD_CONTENT_TASK;586 mExpect.that(mLogger.contentToRecordToTargetType(RECORD_CONTENT_TASK)) in testContentToRecordToTargetType()
27 import android.media.projection.ReviewGrantedConsentResult.RECORD_CONTENT_TASK265 RECORD_CONTENT_TASK, in returnSelectedApp()
29 import static android.view.ContentRecordingSession.RECORD_CONTENT_TASK;1677 assertThat(session.getContentToRecord()).isEqualTo(RECORD_CONTENT_TASK);