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.java376 private final RestrictionsSet mAppliedUserRestrictions = new RestrictionsSet(); field in UserManagerService
2214 mAppliedUserRestrictions.getRestrictions(userId)); in updateUserRestrictionsInternalLR()
2255 mAppliedUserRestrictions.updateRestrictions(userId, new Bundle(effective)); in updateUserRestrictionsInternalLR()
4405 mAppliedUserRestrictions.remove(userId); in removeUserState()