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.java282 public abstract boolean hasUserRestriction(String restriction, int userId); in hasUserRestriction() method in UserManagerInternal
DUserManagerService.java2276 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction() method in UserManagerService
6372 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction() method in UserManagerService.LocalService
/frameworks/base/core/java/android/os/
DIUserManager.aidl87 boolean hasUserRestriction(in String restrictionKey, int userId); in hasUserRestriction() method
DUserManager.java3153 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey) { in hasUserRestriction() method in UserManager
3170 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey, in hasUserRestriction() method in UserManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java1392 private boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction() method in InboundSmsHandler
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java1064 boolean hasUserRestriction(String restriction, int userId) { in hasUserRestriction() method in ActivityTaskManagerService