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.java353 private final SparseArray<Bundle> mDevicePolicyLocalUserRestrictions = new SparseArray<>(); field in UserManagerService
1454 userId, local, mDevicePolicyLocalUserRestrictions); in setDevicePolicyUserRestrictionsInner()
1516 final Bundle local = mDevicePolicyLocalUserRestrictions.get(userId); in computeEffectiveUserRestrictionsLR()
1619 Bundle profileOwnerRestrictions = mDevicePolicyLocalUserRestrictions.get(userId); in getUserRestrictionSources()
2198 mDevicePolicyLocalUserRestrictions, mDevicePolicyGlobalUserRestrictions in upgradeIfNecessaryLP()
2354 mDevicePolicyLocalUserRestrictions.get(userInfo.id), in writeUserLP()
2596 mDevicePolicyLocalUserRestrictions.put(id, localRestrictions); in readUserLP()
3118 mDevicePolicyLocalUserRestrictions.remove(userHandle); in removeUserState()
3738 pw, " ", mDevicePolicyLocalUserRestrictions.get(userInfo.id)); in dump()