Searched defs:hasUserRestriction (Results 1 – 3 of 3) sorted by relevance
69 boolean hasUserRestriction(in String restrictionKey, int userHandle); in hasUserRestriction() method
1396 public boolean hasUserRestriction(String restrictionKey) { in hasUserRestriction() method in UserManager1407 public boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction() method in UserManager
1300 public boolean hasUserRestriction(String restrictionKey, int userId) { in hasUserRestriction() method in UserManagerService