Home
last modified time | relevance | path

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

/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java1452 boolean isContentProtectionReceiverEnabled = in getOptions()
1453 isContentProtectionReceiverEnabled(userId, packageName); in getOptions()
1462 if (!isContentProtectionReceiverEnabled in getOptions()
1483 && !isContentProtectionReceiverEnabled in getOptions()
1503 isContentProtectionReceiverEnabled, in getOptions()
1531 || isContentProtectionReceiverEnabled(userId, packageName); in isWhitelisted()
1537 || isContentProtectionReceiverEnabled(userId, componentName.getPackageName()); in isWhitelisted()
1545 private boolean isContentProtectionReceiverEnabled( in isContentProtectionReceiverEnabled() method in ContentCaptureManagerService.GlobalContentCaptureOptions
/frameworks/base/core/java/android/view/contentcapture/
DMainContentCaptureSession.java385 if (isContentProtectionReceiverEnabled()) { in sendEvent()
992 private boolean isContentProtectionReceiverEnabled() { in isContentProtectionReceiverEnabled() method in MainContentCaptureSession
DMainContentCaptureSessionV2.java408 if (isContentProtectionReceiverEnabled()) { in sendEvent()
1089 private boolean isContentProtectionReceiverEnabled() { in isContentProtectionReceiverEnabled() method in MainContentCaptureSessionV2
/frameworks/base/services/
Dart-profile1373 …ContentCaptureManagerService$GlobalContentCaptureOptions;->isContentProtectionReceiverEnabled(ILja…