Searched defs:mCachedEffectiveUserRestrictions (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java258 * {@link #mCachedEffectiveUserRestrictions}, but they should always updated separately.
273 * {@link #mCachedEffectiveUserRestrictions}, but they should always updated separately.
278 private final SparseArray<Bundle> mCachedEffectiveUserRestrictions = new SparseArray<>(); field in class:UserManagerService
1176 mCachedEffectiveUserRestrictions.remove(userId);
1181 Bundle restrictions = mCachedEffectiveUserRestrictions.get(userId);
1184 mCachedEffectiveUserRestrictions.put(userId, restrictions);
1307 Preconditions.checkState(mCachedEffectiveUserRestrictions.get(userId)
1318 mCachedEffectiveUserRestrictions.put(userId, effective);
1388 mCachedEffectiveUserRestrictions.clear();
2572 mCachedEffectiveUserRestrictions
[all...]

Completed in 70 milliseconds