Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/devicepolicy/
H A DScreenCaptureDevicePolicyResolver.kt41 fun isScreenCaptureAllowed( regex
85 !isScreenCaptureAllowed(
92 !isScreenCaptureAllowed(
/aosp14/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyCache.java47 public abstract boolean isScreenCaptureAllowed(@UserIdInt int userHandle); in isScreenCaptureAllowed() method in DevicePolicyCache
80 public boolean isScreenCaptureAllowed(int userHandle) { in isScreenCaptureAllowed() method in DevicePolicyCache.EmptyDevicePolicyCache
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/
H A DMediaProjectionBlockerEmptyStateProvider.kt41 policyResolver.isScreenCaptureAllowed(
H A DMediaProjectionAppSelectorController.kt59 devicePolicyResolver.isScreenCaptureAllowed(
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyCacheImpl.java81 public boolean isScreenCaptureAllowed(int userHandle) { in isScreenCaptureAllowed() method in DevicePolicyCacheImpl
H A DDevicePolicyManagerService.java8778 return !mPolicyCache.isScreenCaptureAllowed(userHandle);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/
H A DMediaProjectionAppSelectorControllerTest.kt185 whenever(policyResolver.isScreenCaptureAllowed(any(), any())).thenReturn(isAllow)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/devicepolicy/
H A DScreenCaptureDevicePolicyResolverTest.kt463 policyResolver.isScreenCaptureAllowed(targetAppUserHandle, hostAppUserHandle)
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java1959 return !DevicePolicyCache.getInstance().isScreenCaptureAllowed(mShowUserId); in isSecureLocked()
H A DActivityTaskManagerService.java3480 return DevicePolicyCache.getInstance().isScreenCaptureAllowed(userId); in isAssistDataAllowedOnCurrentActivity()