Searched defs:hasUserRestriction (Results 1 – 4 of 4) sorted by relevance
75 boolean hasUserRestriction(in String restrictionKey, int userHandle); in hasUserRestriction() method
1944 public boolean hasUserRestriction(String restrictionKey) { in hasUserRestriction() method in UserManager1956 public boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction() method in UserManager
1550 public boolean hasUserRestriction(String restrictionKey, int userId) { in hasUserRestriction() method in UserManagerService
883 boolean hasUserRestriction(String restriction, int userId) { in hasUserRestriction() method in ActivityTaskManagerService