Searched refs:mCachedEffectiveUserRestrictions (Results 1 – 1 of 1) sorted by relevance
273 private final SparseArray<Bundle> mCachedEffectiveUserRestrictions = new SparseArray<>(); field in UserManagerService1155 mCachedEffectiveUserRestrictions.remove(userId); in invalidateEffectiveUserRestrictionsLR()1160 Bundle restrictions = mCachedEffectiveUserRestrictions.get(userId); in getEffectiveUserRestrictions()1163 mCachedEffectiveUserRestrictions.put(userId, restrictions); in getEffectiveUserRestrictions()1286 Preconditions.checkState(mCachedEffectiveUserRestrictions.get(userId) in updateUserRestrictionsInternalLR()1297 mCachedEffectiveUserRestrictions.put(userId, effective); in updateUserRestrictionsInternalLR()1367 mCachedEffectiveUserRestrictions.clear(); in applyUserRestrictionsForAllUsersLR()2536 mCachedEffectiveUserRestrictions.remove(userHandle); in removeUserState()3166 pw, " ", mCachedEffectiveUserRestrictions.get(userInfo.id)); in dump()