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