Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java9308 boolean disallowCameraGlobally = false; in pushUserRestrictions()
9317 disallowCameraGlobally = deviceOwner.disableCamera; in pushUserRestrictions()
9325 getCameraRestrictionScopeLocked(userId, disallowCameraGlobally); in pushUserRestrictions()
9335 private int getCameraRestrictionScopeLocked(int userId, boolean disallowCameraGlobally) { in getCameraRestrictionScopeLocked() argument
9336 if (disallowCameraGlobally) { in getCameraRestrictionScopeLocked()