Searched defs:hasUserRestriction (Results 1 – 6 of 6) sorted by relevance
282 public abstract boolean hasUserRestriction(String restriction, int userId); in hasUserRestriction() method in UserManagerInternal
2276 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction() method in UserManagerService6372 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction() method in UserManagerService.LocalService
87 boolean hasUserRestriction(in String restrictionKey, int userId); in hasUserRestriction() method
3153 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey) { in hasUserRestriction() method in UserManager3170 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey, in hasUserRestriction() method in UserManager
1392 private boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction() method in InboundSmsHandler
1064 boolean hasUserRestriction(String restriction, int userId) { in hasUserRestriction() method in ActivityTaskManagerService