Home
last modified time | relevance | path

Searched refs:mCachedEffectiveUserRestrictions (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java323 private final SparseArray<Bundle> mCachedEffectiveUserRestrictions = new SparseArray<>(); field in UserManagerService
1534 mCachedEffectiveUserRestrictions.remove(userId); in invalidateEffectiveUserRestrictionsLR()
1539 Bundle restrictions = mCachedEffectiveUserRestrictions.get(userId); in getEffectiveUserRestrictions()
1542 mCachedEffectiveUserRestrictions.put(userId, restrictions); in getEffectiveUserRestrictions()
1701 Preconditions.checkState(mCachedEffectiveUserRestrictions.get(userId) in updateUserRestrictionsInternalLR()
1711 mCachedEffectiveUserRestrictions.put(userId, effective); in updateUserRestrictionsInternalLR()
1786 mCachedEffectiveUserRestrictions.clear(); in applyUserRestrictionsForAllUsersLR()
3117 mCachedEffectiveUserRestrictions.remove(userHandle); in removeUserState()
3741 pw, " ", mCachedEffectiveUserRestrictions.get(userInfo.id)); in dump()