Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIUserManager.aidl75 int getUserRestrictionSource(String restrictionKey, int userId); in getUserRestrictionSource()
76 List<UserManager.EnforcingUser> getUserRestrictionSources(String restrictionKey, int userId); in getUserRestrictionSources()
78 boolean hasBaseUserRestriction(String restrictionKey, int userId); in hasBaseUserRestriction()
79 boolean hasUserRestriction(in String restrictionKey, int userId); in hasUserRestriction()
80 boolean hasUserRestrictionOnAnyUser(in String restrictionKey); in hasUserRestrictionOnAnyUser()
DUserManager.java2416 public int getUserRestrictionSource(@UserRestrictionKey String restrictionKey, in getUserRestrictionSource()
2435 public List<EnforcingUser> getUserRestrictionSources( in getUserRestrictionSources()
2485 public boolean hasBaseUserRestriction(@UserRestrictionKey @NonNull String restrictionKey, in hasBaseUserRestriction()
2558 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey) { in hasUserRestriction()
2570 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey, in hasUserRestriction()
2591 public boolean hasUserRestrictionForUser(@NonNull @UserRestrictionKey String restrictionKey, in hasUserRestrictionForUser()
2604 public boolean hasUserRestrictionOnAnyUser(@UserRestrictionKey String restrictionKey) { in hasUserRestrictionOnAnyUser()
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java848 public static void moveRestriction(String restrictionKey, in moveRestriction()
DUserManagerService.java1940 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction()
1947 public boolean hasUserRestrictionOnAnyUser(String restrictionKey) { in hasUserRestrictionOnAnyUser()
2006 public int getUserRestrictionSource(String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSource()
2018 String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSources()
2057 public boolean hasBaseUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasBaseUserRestriction()
5230 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction()
DPackageManagerService.java13364 boolean isUserRestricted(int userId, String restrictionKey) { in isUserRestricted()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java1323 private boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()