Searched refs:mCachedEffectiveUserRestrictions (Results 1 – 1 of 1) sorted by relevance
352 private final RestrictionsSet mCachedEffectiveUserRestrictions = new RestrictionsSet(); field in UserManagerService1919 mCachedEffectiveUserRestrictions.remove(userId); in invalidateEffectiveUserRestrictionsLR()1924 Bundle restrictions = mCachedEffectiveUserRestrictions.getRestrictions(userId); in getEffectiveUserRestrictions()1927 mCachedEffectiveUserRestrictions.updateRestrictions(userId, restrictions); in getEffectiveUserRestrictions()2100 Preconditions.checkState(mCachedEffectiveUserRestrictions.getRestrictions(userId) in updateUserRestrictionsInternalLR()2110 mCachedEffectiveUserRestrictions.updateRestrictions(userId, effective); in updateUserRestrictionsInternalLR()2185 mCachedEffectiveUserRestrictions.removeAllRestrictions(); in applyUserRestrictionsForAllUsersLR()3997 mCachedEffectiveUserRestrictions.remove(userId); in removeUserState()4754 mCachedEffectiveUserRestrictions.getRestrictions(userInfo.id)); in dump()