Searched defs:cameraRestrictionScope (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
H A DUserManagerInternal.java49 * @param cameraRestrictionScope is camera disabled and if so what is the scope of restriction.
54 boolean isDeviceOwner, int cameraRestrictionScope);
53 setDevicePolicyUserRestrictions(int userId, @Nullable Bundle restrictions, boolean isDeviceOwner, int cameraRestrictionScope) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java363 int cameraRestrictionScope,
366 if (cameraRestrictionScope == UserManagerInternal.CAMERA_DISABLED_GLOBALLY) {
368 } else if (cameraRestrictionScope == UserManagerInternal.CAMERA_DISABLED_LOCALLY) {
362 sortToGlobalAndLocal(@ullable Bundle in, boolean isDeviceOwner, int cameraRestrictionScope, @NonNull Bundle global, @NonNull Bundle local) argument
H A DUserManagerService.java1389 boolean isDeviceOwner, int cameraRestrictionScope) {
1395 cameraRestrictionScope, global, local);
3734 boolean isDeviceOwner, int cameraRestrictionScope) {
3736 isDeviceOwner, cameraRestrictionScope);
1388 setDevicePolicyUserRestrictionsInner(int userId, @Nullable Bundle restrictions, boolean isDeviceOwner, int cameraRestrictionScope) argument
3733 setDevicePolicyUserRestrictions(int userId, @Nullable Bundle restrictions, boolean isDeviceOwner, int cameraRestrictionScope) argument

Completed in 69 milliseconds