Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DRestrictionsSet.java204 RestrictionsSet restrictionsSet = new RestrictionsSet(); in readRestrictions() local
211 return restrictionsSet; in readRestrictions()
216 restrictionsSet.updateRestrictions(userId, restrictions); in readRestrictions()
DUserManagerService.java1850 RestrictionsSet restrictionsSet = mDevicePolicyLocalUserRestrictions.valueAt(i); in getUpdatedTargetUserIdsFromLocalRestrictions() local
1852 && restrictionsSet.containsKey(originatingUserId)) { in getUpdatedTargetUserIdsFromLocalRestrictions()
2814 RestrictionsSet restrictionsSet = mDevicePolicyLocalUserRestrictions.valueAt(i); in writeAllTargetUsersLP() local
2815 if (restrictionsSet.containsKey(originatingUserId)) { in writeAllTargetUsersLP()