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