Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java222 @Nullable private final ContentProtectionConsentManager mContentProtectionConsentManager; field in ContentCaptureManagerService
268 mContentProtectionConsentManager = createContentProtectionConsentManager(); in ContentCaptureManagerService()
271 mContentProtectionConsentManager = null; in ContentCaptureManagerService()
276 mContentProtectionConsentManager = null; in ContentCaptureManagerService()
1322 || mContentProtectionConsentManager == null) { in isContentProtectionReceiverEnabled()
1330 return mContentProtectionConsentManager.isConsentGranted(userId) in isContentProtectionReceiverEnabled()