Searched defs:restrictionKey (Results 1 – 3 of 3) sorted by relevance
61 int getUserRestrictionSource(String restrictionKey, int userHandle); in getUserRestrictionSource()63 boolean hasBaseUserRestriction(String restrictionKey, int userHandle); in hasBaseUserRestriction()64 boolean hasUserRestriction(in String restrictionKey, int userHandle); in hasUserRestriction()
1077 public int getUserRestrictionSource(String restrictionKey, UserHandle userHandle) { in getUserRestrictionSource()1114 public boolean hasBaseUserRestriction(String restrictionKey, UserHandle userHandle) { in hasBaseUserRestriction()1185 public boolean hasUserRestriction(String restrictionKey) { in hasUserRestriction()1196 public boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()
1171 public boolean hasUserRestriction(String restrictionKey, int userId) { in hasUserRestriction()1193 public int getUserRestrictionSource(String restrictionKey, int userId) { in getUserRestrictionSource()1237 public boolean hasBaseUserRestriction(String restrictionKey, int userId) { in hasBaseUserRestriction()