Home
last modified time | relevance | path

Searched defs:restrictionKey (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/
DIUserManager.aidl76 int getUserRestrictionSource(String restrictionKey, int userId); in getUserRestrictionSource()
77 List<UserManager.EnforcingUser> getUserRestrictionSources(String restrictionKey, int userId); in getUserRestrictionSources()
79 boolean hasBaseUserRestriction(String restrictionKey, int userId); in hasBaseUserRestriction()
80 boolean hasUserRestriction(in String restrictionKey, int userId); in hasUserRestriction()
81 boolean hasUserRestrictionOnAnyUser(in String restrictionKey); in hasUserRestrictionOnAnyUser()
DUserManager.java2623 public int getUserRestrictionSource(@UserRestrictionKey String restrictionKey, in getUserRestrictionSource()
2642 public List<EnforcingUser> getUserRestrictionSources( in getUserRestrictionSources()
2692 public boolean hasBaseUserRestriction(@UserRestrictionKey @NonNull String restrictionKey, in hasBaseUserRestriction()
2765 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey) { in hasUserRestriction()
2777 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey, in hasUserRestriction()
2798 public boolean hasUserRestrictionForUser(@NonNull @UserRestrictionKey String restrictionKey, in hasUserRestrictionForUser()
2811 public boolean hasUserRestrictionOnAnyUser(@UserRestrictionKey String restrictionKey) { in hasUserRestrictionOnAnyUser()
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java827 public static void moveRestriction(String restrictionKey, in moveRestriction()
DUserManagerService.java2057 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction()
2064 public boolean hasUserRestrictionOnAnyUser(String restrictionKey) { in hasUserRestrictionOnAnyUser()
2123 public int getUserRestrictionSource(String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSource()
2135 String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSources()
2174 public boolean hasBaseUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasBaseUserRestriction()
5682 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction()
DPackageManagerService.java16286 boolean isUserRestricted(int userId, String restrictionKey) { in isUserRestricted()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java1391 private boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()