Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerInternal.java293 public abstract boolean isSettingRestrictedForUser(String setting, int userId, String value, in isSettingRestrictedForUser() method in UserManagerInternal
H A DUserRestrictionsUtils.java677 public static boolean isSettingRestrictedForUser(Context context, @NonNull String setting, in isSettingRestrictedForUser() method in UserRestrictionsUtils
H A DUserManagerService.java2081 public boolean isSettingRestrictedForUser(String setting, @UserIdInt int userId, in isSettingRestrictedForUser() method in UserManagerService
5680 public boolean isSettingRestrictedForUser(String setting, @UserIdInt int userId, in isSettingRestrictedForUser() method in UserManagerService.LocalService
/aosp12/frameworks/base/core/java/android/os/
H A DIUserManager.aidl82 …boolean isSettingRestrictedForUser(in String setting, int userId, in String value, int callingUid); in isSettingRestrictedForUser() method
H A DUserManager.java2829 public boolean isSettingRestrictedForUser(String setting, @UserIdInt int userId, in isSettingRestrictedForUser() method in UserManager
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java1412 private boolean isSettingRestrictedForUser(String name, int userId, in isSettingRestrictedForUser() method in SettingsProvider