Searched defs:disallowCameraGlobally (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java8343 boolean disallowCameraGlobally = false;
8352 disallowCameraGlobally = deviceOwner.disableCamera;
8360 getCameraRestrictionScopeLocked(userId, disallowCameraGlobally);
8370 private int getCameraRestrictionScopeLocked(int userId, boolean disallowCameraGlobally) { argument
8371 if (disallowCameraGlobally) {

Completed in 85 milliseconds