Searched refs:mUserRestrictions (Results 1 – 1 of 1) sorted by relevance
56 private final SparseArray<Bundle> mUserRestrictions = new SparseArray<>(0); field in RestrictionsSet65 mUserRestrictions.put(userId, restrictions); in RestrictionsSet()76 !UserRestrictionsUtils.areEqual(mUserRestrictions.get(userId), restrictions); in updateRestrictions()81 mUserRestrictions.put(userId, restrictions); in updateRestrictions()83 mUserRestrictions.delete(userId); in updateRestrictions()92 for (int i = 0; i < mUserRestrictions.size(); i++) { in moveRestriction()93 final int userId = mUserRestrictions.keyAt(i); in moveRestriction()94 final Bundle from = mUserRestrictions.valueAt(i); in moveRestriction()108 mUserRestrictions.removeAt(i); in moveRestriction()119 return mUserRestrictions.size() == 0; in isEmpty()[all …]