Searched refs:getUserRestriction (Results 1 – 6 of 6) sorted by relevance
72 public abstract boolean getUserRestriction(int userId, String key); in getUserRestriction() method in UserManagerInternal
230 final boolean disabled = umi.getUserRestriction(userId, disallowProperty); in AbstractMasterSystemService()
378 mCrossProfileCopyAllowed = !userManager.getUserRestriction( in broadcastDragStartedLocked()
1564 mUserManagerInternal.getUserRestriction(currentUser, in readUserRestrictions()1566 || mUserManagerInternal.getUserRestriction(currentUser, in readUserRestrictions()1579 boolean microphoneMute = mUserManagerInternal.getUserRestriction( in readUserRestrictions()
3863 public boolean getUserRestriction(int userId, String key) { in getUserRestriction() method in UserManagerService.LocalService
11746 HSPLcom/android/server/pm/UserManagerService$LocalService;->getUserRestriction(ILjava/lang/String;)Z