Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DContentRecordingController.java84 mSession != null && incomingSession != null && mSession.isWaitingForConsent() in setContentRecordingSessionLocked()
85 && !incomingSession.isWaitingForConsent(); in setContentRecordingSessionLocked()
H A DContentRecorder.java305 if (mContentRecordingSession.isWaitingForConsent()) { in startRecordingIfNeeded()
/aosp14/frameworks/base/core/java/android/view/
H A DContentRecordingSession.java249 public boolean isWaitingForConsent() { in isWaitingForConsent() method in ContentRecordingSession
/aosp14/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java467 || !mProjectionGrant.mSession.isWaitingForConsent()) { in setUserReviewGrantedConsentResult()
556 || !mProjectionGrant.mSession.isWaitingForConsent()) { in getProjectionInternal()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/
H A DMediaProjectionManagerServiceTest.java531 assertThat(capturedSession.isWaitingForConsent()).isFalse(); in testSetUserReviewGrantedConsentResult_noVirtualDisplay()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DDisplayManagerServiceTest.java1167 assertThat(session.isWaitingForConsent()).isTrue();
1202 assertThat(session.isWaitingForConsent()).isFalse();