Home
last modified time | relevance | path

Searched refs:UserRestrictionKey (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyIdentifiers.java174 @UserManager.UserRestrictionKey @NonNull String restriction) { in getIdentifierForUserRestriction()
H A DDevicePolicyManager.java11571 @UserManager.UserRestrictionKey String key) { in addUserRestriction()
11623 public void addUserRestrictionGlobally(@NonNull @UserManager.UserRestrictionKey String key) { in addUserRestrictionGlobally()
11679 @UserManager.UserRestrictionKey String key) { in clearUserRestriction()
/aosp14/frameworks/base/core/java/android/os/
H A DUserManager.java1922 public @interface UserRestrictionKey {} annotation in UserManager
3559 public int getUserRestrictionSource(@UserRestrictionKey String restrictionKey, in getUserRestrictionSource()
3581 @UserRestrictionKey String restrictionKey, UserHandle userHandle) { in getUserRestrictionSources()
3640 public boolean hasBaseUserRestriction(@UserRestrictionKey @NonNull String restrictionKey, in hasBaseUserRestriction()
3724 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey) { in hasUserRestriction()
3741 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey, in hasUserRestriction()
3762 public boolean hasUserRestrictionForUser(@NonNull @UserRestrictionKey String restrictionKey, in hasUserRestrictionForUser()
3770 private boolean hasUserRestrictionForUser(@NonNull @UserRestrictionKey String restrictionKey, in hasUserRestrictionForUser()
3783 public boolean hasUserRestrictionOnAnyUser(@UserRestrictionKey String restrictionKey) { in hasUserRestrictionOnAnyUser()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DPolicyDefinition.java487 @UserManager.UserRestrictionKey String restriction) { in getPolicyDefinitionForUserRestriction()