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.java311 private final SparseArray<Bundle> mCachedEffectiveUserRestrictions = new SparseArray<>(); field in UserManagerService
1483 mCachedEffectiveUserRestrictions.remove(userId); in invalidateEffectiveUserRestrictionsLR()
1488 Bundle restrictions = mCachedEffectiveUserRestrictions.get(userId); in getEffectiveUserRestrictions()
1491 mCachedEffectiveUserRestrictions.put(userId, restrictions); in getEffectiveUserRestrictions()
1650 Preconditions.checkState(mCachedEffectiveUserRestrictions.get(userId) in updateUserRestrictionsInternalLR()
1660 mCachedEffectiveUserRestrictions.put(userId, effective); in updateUserRestrictionsInternalLR()
1734 mCachedEffectiveUserRestrictions.clear(); in applyUserRestrictionsForAllUsersLR()
3023 mCachedEffectiveUserRestrictions.remove(userHandle); in removeUserState()
3645 pw, " ", mCachedEffectiveUserRestrictions.get(userInfo.id)); in dump()