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.java10107 boolean disallowCameraGlobally = false; in pushUserRestrictions()
10116 disallowCameraGlobally = deviceOwner.disableCamera; in pushUserRestrictions()
10124 getCameraRestrictionScopeLocked(userId, disallowCameraGlobally); in pushUserRestrictions()
10134 private int getCameraRestrictionScopeLocked(int userId, boolean disallowCameraGlobally) { in getCameraRestrictionScopeLocked() argument
10135 if (disallowCameraGlobally) { in getCameraRestrictionScopeLocked()