Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java361 private final SparseArray<Bundle> mDevicePolicyLocalUserRestrictions = new SparseArray<>(); field in UserManagerService
1513 userId, local, mDevicePolicyLocalUserRestrictions); in setDevicePolicyUserRestrictionsInner()
1575 final Bundle local = mDevicePolicyLocalUserRestrictions.get(userId); in computeEffectiveUserRestrictionsLR()
1678 Bundle profileOwnerRestrictions = mDevicePolicyLocalUserRestrictions.get(userId); in getUserRestrictionSources()
2257 mDevicePolicyLocalUserRestrictions, mDevicePolicyGlobalUserRestrictions in upgradeIfNecessaryLP()
2416 mDevicePolicyLocalUserRestrictions.get(userInfo.id), in writeUserLP()
2664 mDevicePolicyLocalUserRestrictions.put(id, localRestrictions); in readUserLP()
3340 mDevicePolicyLocalUserRestrictions.remove(userHandle); in removeUserState()
4027 pw, " ", mDevicePolicyLocalUserRestrictions.get(userInfo.id)); in dump()