Home
last modified time | relevance | path

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

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