Searched defs:hasUserRestriction (Results 1 – 3 of 3) sorted by relevance
53 boolean hasUserRestriction(in String restrictionKey, int userHandle); in hasUserRestriction() method
773 public boolean hasUserRestriction(String restrictionKey) { in hasUserRestriction() method in UserManager784 public boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction() method in UserManager
551 public boolean hasUserRestriction(String restrictionKey, int userId) { in hasUserRestriction() method in UserManagerService