Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DContentRecorder.java117 boolean isContentRecordingSessionSet() { in isContentRecordingSessionSet() method in ContentRecorder
H A DDisplayContent.java6748 if (mContentRecorder == null || !mContentRecorder.isContentRecordingSessionSet()) { in updateRecording()