Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DUserManager.java1572 public @interface UserRestrictionKey {} annotation in UserManager
2988 public int getUserRestrictionSource(@UserRestrictionKey String restrictionKey, in getUserRestrictionSource()
3010 @UserRestrictionKey String restrictionKey, UserHandle userHandle) { in getUserRestrictionSources()
3069 public boolean hasBaseUserRestriction(@UserRestrictionKey @NonNull String restrictionKey, in hasBaseUserRestriction()
3153 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey) { in hasUserRestriction()
3170 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey, in hasUserRestriction()
3191 public boolean hasUserRestrictionForUser(@NonNull @UserRestrictionKey String restrictionKey, in hasUserRestrictionForUser()
3199 private boolean hasUserRestrictionForUser(@NonNull @UserRestrictionKey String restrictionKey, in hasUserRestrictionForUser()
3212 public boolean hasUserRestrictionOnAnyUser(@UserRestrictionKey String restrictionKey) { in hasUserRestrictionOnAnyUser()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java10722 @UserManager.UserRestrictionKey String key) { in addUserRestriction()
10749 @UserManager.UserRestrictionKey String key) { in clearUserRestriction()