Searched refs:localRestrictions (Results 1 – 2 of 2) sorted by relevance
50 @NonNull Bundle localRestrictions, @Nullable Bundle globalRestrictions); in setDevicePolicyUserRestrictions() argument
1207 Bundle localRestrictions = mDevicePolicyLocalUserRestrictions.get(userId); in getUserRestrictionSource() local1208 if (!UserRestrictionsUtils.isEmpty(localRestrictions) in getUserRestrictionSource()1209 && localRestrictions.getBoolean(restrictionKey)) { in getUserRestrictionSource()1987 Bundle localRestrictions = new Bundle(); in readUserLP() local2054 UserRestrictionsUtils.readRestrictions(parser, localRestrictions); in readUserLP()2089 mDevicePolicyLocalUserRestrictions.put(id, localRestrictions); in readUserLP()3245 public void setDevicePolicyUserRestrictions(int userId, @NonNull Bundle localRestrictions, in setDevicePolicyUserRestrictions() argument3247 UserManagerService.this.setDevicePolicyUserRestrictionsInner(userId, localRestrictions, in setDevicePolicyUserRestrictions()