Searched defs:restrictionKey (Results 1 – 7 of 7) 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 | 83 int getUserRestrictionSource(String restrictionKey, int userId); in getUserRestrictionSource() 84 List<UserManager.EnforcingUser> getUserRestrictionSources(String restrictionKey, int userId); in getUserRestrictionSources() 86 boolean hasBaseUserRestriction(String restrictionKey, int userId); in hasBaseUserRestriction() 87 boolean hasUserRestriction(in String restrictionKey, int userId); in hasUserRestriction() 88 boolean hasUserRestrictionOnAnyUser(in String restrictionKey); in hasUserRestrictionOnAnyUser()
|
D | UserManager.java | 2988 public int getUserRestrictionSource(@UserRestrictionKey String restrictionKey, in getUserRestrictionSource() 3009 public List<EnforcingUser> getUserRestrictionSources( 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/services/core/java/com/android/server/pm/ |
D | UserRestrictionsUtils.java | 852 public static void moveRestriction(String restrictionKey, in moveRestriction()
|
D | UserManagerService.java | 2276 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction() 2283 public boolean hasUserRestrictionOnAnyUser(String restrictionKey) { in hasUserRestrictionOnAnyUser() 2342 public int getUserRestrictionSource(String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSource() 2354 String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSources() 2393 public boolean hasBaseUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasBaseUserRestriction() 6372 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction()
|
D | PackageManagerService.java | 3029 boolean isUserRestricted(int userId, String restrictionKey) { in isUserRestricted()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | InboundSmsHandler.java | 1392 private boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()
|