Searched refs:mContentProtectionConsentManager (Results 1 – 1 of 1) sorted by relevance
222 @Nullable private final ContentProtectionConsentManager mContentProtectionConsentManager; field in ContentCaptureManagerService268 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()