Searched refs:mCachedEffectiveUserRestrictions (Results 1 – 1 of 1) sorted by relevance
367 private final RestrictionsSet mCachedEffectiveUserRestrictions = new RestrictionsSet(); field in UserManagerService2041 mCachedEffectiveUserRestrictions.remove(userId); in invalidateEffectiveUserRestrictionsLR()2046 Bundle restrictions = mCachedEffectiveUserRestrictions.getRestrictions(userId); in getEffectiveUserRestrictions()2049 mCachedEffectiveUserRestrictions.updateRestrictions(userId, restrictions); in getEffectiveUserRestrictions()2222 Preconditions.checkState(mCachedEffectiveUserRestrictions.getRestrictions(userId) in updateUserRestrictionsInternalLR()2232 mCachedEffectiveUserRestrictions.updateRestrictions(userId, effective); in updateUserRestrictionsInternalLR()2307 mCachedEffectiveUserRestrictions.removeAllRestrictions(); in applyUserRestrictionsForAllUsersLR()4406 mCachedEffectiveUserRestrictions.remove(userId); in removeUserState()5210 mCachedEffectiveUserRestrictions.getRestrictions(userInfo.id)); in dump()