Home
last modified time | relevance | path

Searched defs:newBaseRestrictions (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceMigrationTest.java143 final Map<Integer, Bundle> newBaseRestrictions = new HashMap<>(); in testMigration() local
257 final Map<Integer, Bundle> newBaseRestrictions = new HashMap<>(); in testMigration2_profileOwnerOnUser0() local
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java2429 final Bundle newBaseRestrictions = new Bundle(); in migrateUserRestrictionsForUser() local
2453 newBaseRestrictions); in migrateUserRestrictionsForUser() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java2212 private void updateUserRestrictionsInternalLR( in updateUserRestrictionsInternalLR()