Searched defs:hasUserRestriction (Results 1 – 6 of 6) sorted by relevance
297 public abstract boolean hasUserRestriction(String restriction, int userId); in hasUserRestriction() method in UserManagerInternal
2057 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction() method in UserManagerService5682 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction() method in UserManagerService.LocalService
80 boolean hasUserRestriction(in String restrictionKey, int userId); in hasUserRestriction() method
2765 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey) { in hasUserRestriction() method in UserManager2777 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey, in hasUserRestriction() method in UserManager
1391 private boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction() method in InboundSmsHandler
1008 boolean hasUserRestriction(String restriction, int userId) { in hasUserRestriction() method in ActivityTaskManagerService