Searched defs:globalRestrictions (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DUserManagerInternal.java45 * @param globalRestrictions global restrictions set by DO. Must be null when PO changed user
50 @NonNull Bundle localRestrictions, @Nullable Bundle globalRestrictions);
49 setDevicePolicyUserRestrictions(int userId, @NonNull Bundle localRestrictions, @Nullable Bundle globalRestrictions) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java3312 @Nullable Bundle globalRestrictions) {
3314 globalRestrictions);
3311 setDevicePolicyUserRestrictions(int userId, @NonNull Bundle localRestrictions, @Nullable Bundle globalRestrictions) argument

Completed in 61 milliseconds