Searched defs:restrictionKey (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | WifiEnterpriseRestrictionUtils.java | 81 static boolean hasUserRestrictionFromT(Context context, String restrictionKey) { in hasUserRestrictionFromT()
|
/frameworks/base/core/java/android/os/ |
D | IUserManager.aidl | 93 int getUserRestrictionSource(String restrictionKey, int userId); in getUserRestrictionSource() 94 List<UserManager.EnforcingUser> getUserRestrictionSources(String restrictionKey, int userId); in getUserRestrictionSources() 96 boolean hasBaseUserRestriction(String restrictionKey, int userId); in hasBaseUserRestriction() 97 boolean hasUserRestriction(in String restrictionKey, int userId); in hasUserRestriction() 98 boolean hasUserRestrictionOnAnyUser(in String restrictionKey); in hasUserRestrictionOnAnyUser()
|
D | UserManager.java | 4101 public int getUserRestrictionSource(@UserRestrictionKey String restrictionKey, in getUserRestrictionSource() 4122 public List<EnforcingUser> getUserRestrictionSources( in getUserRestrictionSources() 4182 public boolean hasBaseUserRestriction(@UserRestrictionKey @NonNull String restrictionKey, in hasBaseUserRestriction() 4266 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey) { in hasUserRestriction() 4283 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey, in hasUserRestriction() 4304 public boolean hasUserRestrictionForUser(@NonNull @UserRestrictionKey String restrictionKey, in hasUserRestrictionForUser() 4312 private boolean hasUserRestrictionForUser(@NonNull @UserRestrictionKey String restrictionKey, in hasUserRestrictionForUser() 4338 public boolean hasUserRestrictionOnAnyUser(@UserRestrictionKey String restrictionKey) { in hasUserRestrictionOnAnyUser()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserRestrictionsUtils.java | 929 public static void moveRestriction(String restrictionKey, in moveRestriction()
|
D | UserManagerService.java | 3599 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction() 3610 public boolean hasUserRestrictionOnAnyUser(String restrictionKey) { in hasUserRestrictionOnAnyUser() 3667 public int getUserRestrictionSource(String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSource() 3679 String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSources() 3713 public boolean hasBaseUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasBaseUserRestriction()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | InboundSmsHandler.java | 1476 private boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()
|