Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiEnterpriseRestrictionUtils.java81 static boolean hasUserRestrictionFromT(Context context, String restrictionKey) { in hasUserRestrictionFromT()
/frameworks/base/core/java/android/os/
DIUserManager.aidl89 int getUserRestrictionSource(String restrictionKey, int userId); in getUserRestrictionSource()
90 List<UserManager.EnforcingUser> getUserRestrictionSources(String restrictionKey, int userId); in getUserRestrictionSources()
92 boolean hasBaseUserRestriction(String restrictionKey, int userId); in hasBaseUserRestriction()
93 boolean hasUserRestriction(in String restrictionKey, int userId); in hasUserRestriction()
94 boolean hasUserRestrictionOnAnyUser(in String restrictionKey); in hasUserRestrictionOnAnyUser()
DUserManager.java3544 public int getUserRestrictionSource(@UserRestrictionKey String restrictionKey, in getUserRestrictionSource()
3565 public List<EnforcingUser> getUserRestrictionSources( in getUserRestrictionSources()
3625 public boolean hasBaseUserRestriction(@UserRestrictionKey @NonNull String restrictionKey, in hasBaseUserRestriction()
3709 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey) { in hasUserRestriction()
3726 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey, in hasUserRestriction()
3747 public boolean hasUserRestrictionForUser(@NonNull @UserRestrictionKey String restrictionKey, in hasUserRestrictionForUser()
3755 private boolean hasUserRestrictionForUser(@NonNull @UserRestrictionKey String restrictionKey, in hasUserRestrictionForUser()
3768 public boolean hasUserRestrictionOnAnyUser(@UserRestrictionKey String restrictionKey) { in hasUserRestrictionOnAnyUser()
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java861 public static void moveRestriction(String restrictionKey, in moveRestriction()
DUserManagerService.java2764 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction()
2774 public boolean hasUserRestrictionOnAnyUser(String restrictionKey) { in hasUserRestrictionOnAnyUser()
2833 public int getUserRestrictionSource(String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSource()
2845 String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSources()
2877 public boolean hasBaseUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasBaseUserRestriction()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java1371 private boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()