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.java206 RestrictionsSet restrictionsSet = new RestrictionsSet(); in readRestrictions() local
213 return restrictionsSet; in readRestrictions()
218 restrictionsSet.updateRestrictions(userId, restrictions); in readRestrictions()
DUserManagerService.java1972 RestrictionsSet restrictionsSet = mDevicePolicyLocalUserRestrictions.valueAt(i); in getUpdatedTargetUserIdsFromLocalRestrictions() local
1974 && restrictionsSet.containsKey(originatingUserId)) { in getUpdatedTargetUserIdsFromLocalRestrictions()
3065 RestrictionsSet restrictionsSet = mDevicePolicyLocalUserRestrictions.valueAt(i); in writeAllTargetUsersLP() local
3066 if (restrictionsSet.containsKey(originatingUserId)) { in writeAllTargetUsersLP()