Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DContentRecorder.java75 private ContentRecordingSession mContentRecordingSession = null; field in ContentRecorder
132 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 …]