Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerInternal.java297 public abstract boolean hasUserRestriction(String restriction, int userId); in hasUserRestriction() method in UserManagerInternal
DUserManagerService.java2057 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction() method in UserManagerService
5682 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction() method in UserManagerService.LocalService
/frameworks/base/core/java/android/os/
DIUserManager.aidl80 boolean hasUserRestriction(in String restrictionKey, int userId); in hasUserRestriction() method
DUserManager.java2765 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey) { in hasUserRestriction() method in UserManager
2777 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey, in hasUserRestriction() method in UserManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java1391 private boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction() method in InboundSmsHandler
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java1008 boolean hasUserRestriction(String restriction, int userId) { in hasUserRestriction() method in ActivityTaskManagerService