Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java331 private final SparseArray<Bundle> mCachedEffectiveUserRestrictions = new SparseArray<>(); field in UserManagerService
1593 mCachedEffectiveUserRestrictions.remove(userId); in invalidateEffectiveUserRestrictionsLR()
1598 Bundle restrictions = mCachedEffectiveUserRestrictions.get(userId); in getEffectiveUserRestrictions()
1601 mCachedEffectiveUserRestrictions.put(userId, restrictions); in getEffectiveUserRestrictions()
1760 Preconditions.checkState(mCachedEffectiveUserRestrictions.get(userId) in updateUserRestrictionsInternalLR()
1770 mCachedEffectiveUserRestrictions.put(userId, effective); in updateUserRestrictionsInternalLR()
1845 mCachedEffectiveUserRestrictions.clear(); in applyUserRestrictionsForAllUsersLR()
3339 mCachedEffectiveUserRestrictions.remove(userHandle); in removeUserState()
4030 pw, " ", mCachedEffectiveUserRestrictions.get(userInfo.id)); in dump()