Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java110 final Map<Integer, Bundle> newBaseRestrictions = new HashMap<>(); in testMigration() local
118 newBaseRestrictions.put(userId, bundle); in testMigration()
161 newBaseRestrictions.get(UserHandle.USER_SYSTEM)); in testMigration()
171 newBaseRestrictions.get(10)); in testMigration()
181 newBaseRestrictions.get(11)); in testMigration()
225 final Map<Integer, Bundle> newBaseRestrictions = new HashMap<>(); in testMigration2_profileOwnerOnUser0() local
233 newBaseRestrictions.put(userId, bundle); in testMigration2_profileOwnerOnUser0()
269 newBaseRestrictions.get(UserHandle.USER_SYSTEM)); in testMigration2_profileOwnerOnUser0()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1802 final Bundle newBaseRestrictions = new Bundle(); in migrateUserRestrictionsForUser() local
1814 newBaseRestrictions.putBoolean(key, true); in migrateUserRestrictionsForUser()
1822 Log.v(LOG_TAG, "newBaseRestrictions=" + newBaseRestrictions); in migrateUserRestrictionsForUser()
1826 newBaseRestrictions); in migrateUserRestrictionsForUser() local