Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java1228 boolean isContentProtectionReceiverEnabled = in getOptions()
1229 isContentProtectionReceiverEnabled(userId, packageName); in getOptions()
1238 if (!isContentProtectionReceiverEnabled in getOptions()
1259 && !isContentProtectionReceiverEnabled in getOptions()
1279 isContentProtectionReceiverEnabled, in getOptions()
1304 || isContentProtectionReceiverEnabled(userId, packageName); in isWhitelisted()
1310 || isContentProtectionReceiverEnabled(userId, componentName.getPackageName()); in isWhitelisted()
1318 private boolean isContentProtectionReceiverEnabled( in isContentProtectionReceiverEnabled() method in ContentCaptureManagerService.GlobalContentCaptureOptions
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java378 if (isContentProtectionReceiverEnabled()) { in sendEvent()
951 private boolean isContentProtectionReceiverEnabled() { in isContentProtectionReceiverEnabled() method in MainContentCaptureSession