Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DUserManagerInternal.java50 @NonNull Bundle localRestrictions, @Nullable Bundle globalRestrictions); in setDevicePolicyUserRestrictions() argument
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1207 Bundle localRestrictions = mDevicePolicyLocalUserRestrictions.get(userId); in getUserRestrictionSource() local
1208 if (!UserRestrictionsUtils.isEmpty(localRestrictions) in getUserRestrictionSource()
1209 && localRestrictions.getBoolean(restrictionKey)) { in getUserRestrictionSource()
1987 Bundle localRestrictions = new Bundle(); in readUserLP() local
2054 UserRestrictionsUtils.readRestrictions(parser, localRestrictions); in readUserLP()
2089 mDevicePolicyLocalUserRestrictions.put(id, localRestrictions); in readUserLP()
3245 public void setDevicePolicyUserRestrictions(int userId, @NonNull Bundle localRestrictions, in setDevicePolicyUserRestrictions() argument
3247 UserManagerService.this.setDevicePolicyUserRestrictionsInner(userId, localRestrictions, in setDevicePolicyUserRestrictions()