Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java370 private final RestrictionsSet mDevicePolicyGlobalUserRestrictions = new RestrictionsSet(); field in UserManagerService
1777 globalChanged = mDevicePolicyGlobalUserRestrictions in setDevicePolicyUserRestrictionsInner()
1900 final Bundle global = mDevicePolicyGlobalUserRestrictions.mergeAll(); in computeEffectiveUserRestrictionsLR()
2035 result.addAll(mDevicePolicyGlobalUserRestrictions.getEnforcingUsers(restrictionKey, in getUserRestrictionSources()
2658 mDevicePolicyGlobalUserRestrictions.updateRestrictions( in upgradeIfNecessaryLP()
2664 mDevicePolicyLocalUserRestrictions, mDevicePolicyGlobalUserRestrictions in upgradeIfNecessaryLP()
2909 mDevicePolicyGlobalUserRestrictions.getRestrictions(userInfo.id), in writeUserLP()
3170 mDevicePolicyGlobalUserRestrictions.updateRestrictions(id, in readUserLP()
4007 changed |= mDevicePolicyGlobalUserRestrictions.remove(userId); in removeUserState()
4747 mDevicePolicyGlobalUserRestrictions.getRestrictions(userInfo.id)); in dump()