Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DUserManagerInternal.java222 public abstract boolean isSettingRestrictedForUser(String setting, int userId, String value, in isSettingRestrictedForUser() method in UserManagerInternal
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java669 public static boolean isSettingRestrictedForUser(Context context, @NonNull String setting, in isSettingRestrictedForUser() method in UserRestrictionsUtils
DUserManagerService.java4392 public boolean isSettingRestrictedForUser(String setting, @UserIdInt int userId, in isSettingRestrictedForUser() method in UserManagerService.LocalService