Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java368 private final RestrictionsSet mCachedEffectiveUserRestrictions = new RestrictionsSet(); field in UserManagerService
2042 mCachedEffectiveUserRestrictions.remove(userId); in invalidateEffectiveUserRestrictionsLR()
2047 Bundle restrictions = mCachedEffectiveUserRestrictions.getRestrictions(userId); in getEffectiveUserRestrictions()
2050 mCachedEffectiveUserRestrictions.updateRestrictions(userId, restrictions); in getEffectiveUserRestrictions()
2223 Preconditions.checkState(mCachedEffectiveUserRestrictions.getRestrictions(userId) in updateUserRestrictionsInternalLR()
2233 mCachedEffectiveUserRestrictions.updateRestrictions(userId, effective); in updateUserRestrictionsInternalLR()
2308 mCachedEffectiveUserRestrictions.removeAllRestrictions(); in applyUserRestrictionsForAllUsersLR()
4407 mCachedEffectiveUserRestrictions.remove(userId); in removeUserState()
5215 mCachedEffectiveUserRestrictions.getRestrictions(userInfo.id)); in dump()