Searched refs:getUserRestriction (Results 1 – 8 of 8) sorted by relevance
111 public abstract boolean getUserRestriction(int userId, String key); in getUserRestriction() method in UserManagerInternal
5395 public boolean getUserRestriction(@UserIdInt int userId, String key) { in getUserRestriction() method in UserManagerService.LocalService
440 mCrossProfileCopyAllowed = !userManager.getUserRestriction( in broadcastDragStartedLocked()
267 final boolean disabled = umi.getUserRestriction(userId, disallowProperty); in AbstractMasterSystemService()
775 if (sensor == MICROPHONE && mUserManagerInternal.getUserRestriction(userId, in canChangeIndividualSensorPrivacy()781 if (sensor == CAMERA && mUserManagerInternal.getUserRestriction(userId, in canChangeIndividualSensorPrivacy()
2306 mUserManagerInternal.getUserRestriction(currentUser, in readUserRestrictions()2308 || mUserManagerInternal.getUserRestriction(currentUser, in readUserRestrictions()2321 mMicMuteFromRestrictions = mUserManagerInternal.getUserRestriction( in readUserRestrictions()
43422 Landroid/os/UserManagerInternal;->getUserRestriction(ILjava/lang/String;)Z
33216 HSPLcom/android/server/pm/UserManagerService$LocalService;->getUserRestriction(ILjava/lang/String;)Z