Searched refs:mContentRecordingSession (Results 1 – 1 of 1) sorted by relevance
67 private ContentRecordingSession mContentRecordingSession = null; field in ContentRecorder114 mContentRecordingSession = session; in setContentRecordingSession()118 return mContentRecordingSession != null; in isContentRecordingSessionSet()125 return mContentRecordingSession != null && mRecordedSurface != null; in isCurrentlyRecording()164 if (mContentRecordingSession.getContentToRecord() == RECORD_CONTENT_TASK) { in onConfigurationChanged()276 mContentRecordingSession = null; in clearContentRecordingSession()301 || mContentRecordingSession == null) { in startRecordingIfNeeded()305 if (mContentRecordingSession.isWaitingForConsent()) { in startRecordingIfNeeded()394 final IBinder tokenToRecord = mContentRecordingSession.getTokenToRecord(); in retrieveRecordedWindowContainer()400 mContentRecordingSession.getDisplayToRecord()); in retrieveRecordedWindowContainer()[all …]