Searched defs:restrictionKey (Results 1 – 7 of 7) sorted by relevance
81 static boolean hasUserRestrictionFromT(Context context, String restrictionKey) { in hasUserRestrictionFromT()
91 int getUserRestrictionSource(String restrictionKey, int userId); in getUserRestrictionSource()92 List<UserManager.EnforcingUser> getUserRestrictionSources(String restrictionKey, int userId); in getUserRestrictionSources()94 boolean hasBaseUserRestriction(String restrictionKey, int userId); in hasBaseUserRestriction()95 boolean hasUserRestriction(in String restrictionKey, int userId); in hasUserRestriction()96 boolean hasUserRestrictionOnAnyUser(in String restrictionKey); in hasUserRestrictionOnAnyUser()
3950 public int getUserRestrictionSource(@UserRestrictionKey String restrictionKey, in getUserRestrictionSource()3971 public List<EnforcingUser> getUserRestrictionSources( in getUserRestrictionSources()4031 public boolean hasBaseUserRestriction(@UserRestrictionKey @NonNull String restrictionKey, in hasBaseUserRestriction()4115 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey) { in hasUserRestriction()4132 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey, in hasUserRestriction()4153 public boolean hasUserRestrictionForUser(@NonNull @UserRestrictionKey String restrictionKey, in hasUserRestrictionForUser()4161 private boolean hasUserRestrictionForUser(@NonNull @UserRestrictionKey String restrictionKey, in hasUserRestrictionForUser()4174 public boolean hasUserRestrictionOnAnyUser(@UserRestrictionKey String restrictionKey) { in hasUserRestrictionOnAnyUser()
933 public static void moveRestriction(String restrictionKey, in moveRestriction()
3330 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction()3340 public boolean hasUserRestrictionOnAnyUser(String restrictionKey) { in hasUserRestrictionOnAnyUser()3399 public int getUserRestrictionSource(String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSource()3411 String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSources()3445 public boolean hasBaseUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasBaseUserRestriction()
1413 private boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...