Home
last modified time | relevance | path

Searched refs:mAppliedUserRestrictions (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java361 private final RestrictionsSet mAppliedUserRestrictions = new RestrictionsSet(); field in UserManagerService
2092 mAppliedUserRestrictions.getRestrictions(userId)); in updateUserRestrictionsInternalLR()
2133 mAppliedUserRestrictions.updateRestrictions(userId, new Bundle(effective)); in updateUserRestrictionsInternalLR()
3996 mAppliedUserRestrictions.remove(userId); in removeUserState()