Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/android/os/
DUserManagerInternal.java89 Bundle baseRestrictions); in setBaseUserRestrictionsByDpmsForMigration() argument
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1898 final Bundle baseRestrictions = in computeEffectiveUserRestrictionsLR() local
1905 return baseRestrictions; in computeEffectiveUserRestrictionsLR()
1907 final Bundle effective = UserRestrictionsUtils.clone(baseRestrictions); in computeEffectiveUserRestrictionsLR()
3038 Bundle baseRestrictions = null; in readUserLP() local
3108 baseRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()
3157 if (baseRestrictions != null) { in readUserLP()
3158 mBaseUserRestrictions.updateRestrictions(id, baseRestrictions); in readUserLP()
4876 @UserIdInt int userId, Bundle baseRestrictions) { in setBaseUserRestrictionsByDpmsForMigration() argument
4879 new Bundle(baseRestrictions))) { in setBaseUserRestrictionsByDpmsForMigration()