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.java340 private final SparseArray<Bundle> mDevicePolicyGlobalUserRestrictions = new SparseArray<>(); field in UserManagerService
1452 userId, global, mDevicePolicyGlobalUserRestrictions); in setDevicePolicyUserRestrictionsInner()
1515 final Bundle global = UserRestrictionsUtils.mergeAll(mDevicePolicyGlobalUserRestrictions); in computeEffectiveUserRestrictionsLR()
1625 for (int i = mDevicePolicyGlobalUserRestrictions.size() - 1; i >= 0; i--) { in getUserRestrictionSources()
1626 Bundle globalRestrictions = mDevicePolicyGlobalUserRestrictions.valueAt(i); in getUserRestrictionSources()
1627 int profileUserId = mDevicePolicyGlobalUserRestrictions.keyAt(i); in getUserRestrictionSources()
2192 mDevicePolicyGlobalUserRestrictions.put( in upgradeIfNecessaryLP()
2198 mDevicePolicyLocalUserRestrictions, mDevicePolicyGlobalUserRestrictions in upgradeIfNecessaryLP()
2357 mDevicePolicyGlobalUserRestrictions.get(userInfo.id), in writeUserLP()
2599 mDevicePolicyGlobalUserRestrictions.put(id, globalRestrictions); in readUserLP()
[all …]