Home | History | Annotate | Download | only in pm

Lines Matching defs:mCachedEffectiveUserRestrictions

291      * {@link #mCachedEffectiveUserRestrictions}, but they should always updated separately.
306 * {@link #mCachedEffectiveUserRestrictions}, but they should always updated separately.
311 private final SparseArray<Bundle> mCachedEffectiveUserRestrictions = new SparseArray<>();
1483 mCachedEffectiveUserRestrictions.remove(userId);
1488 Bundle restrictions = mCachedEffectiveUserRestrictions.get(userId);
1491 mCachedEffectiveUserRestrictions.put(userId, restrictions);
1650 Preconditions.checkState(mCachedEffectiveUserRestrictions.get(userId)
1660 mCachedEffectiveUserRestrictions.put(userId, effective);
1734 mCachedEffectiveUserRestrictions.clear();
3023 mCachedEffectiveUserRestrictions.remove(userHandle);
3645 pw, " ", mCachedEffectiveUserRestrictions.get(userInfo.id));