Searched refs:mContentRecordingSession (Results 1 – 1 of 1) sorted by relevance
75 private ContentRecordingSession mContentRecordingSession = null; field in ContentRecorder132 mContentRecordingSession = session; in setContentRecordingSession()136 return mContentRecordingSession != null; in isContentRecordingSessionSet()143 return mContentRecordingSession != null && mRecordedSurface != null; in isCurrentlyRecording()187 if (mContentRecordingSession.getContentToRecord() == RECORD_CONTENT_TASK) { in onConfigurationChanged()203 mContentRecordingSession.getContentToRecord(), in onConfigurationChanged()204 mContentRecordingSession.getTargetUid(), in onConfigurationChanged()309 mContentRecordingSession = null; in clearContentRecordingSession()334 || mContentRecordingSession == null) { in startRecordingIfNeeded()338 if (mContentRecordingSession.isWaitingForConsent()) { in startRecordingIfNeeded()[all …]