Searched refs:mCachedEffectiveUserRestrictions (Results 1 – 1 of 1) sorted by relevance
368 private final RestrictionsSet mCachedEffectiveUserRestrictions = new RestrictionsSet(); field in UserManagerService2042 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()