Searched refs:disallowCameraGlobally (Results 1 – 1 of 1) sorted by relevance
9308 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() argument9336 if (disallowCameraGlobally) { in getCameraRestrictionScopeLocked()