Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2585 final Bundle newOwnerRestrictions = new Bundle(); in migrateUserRestrictionsForUser() local
2598 newOwnerRestrictions.putBoolean(key, true); in migrateUserRestrictionsForUser()
2605 Log.v(LOG_TAG, "newOwnerRestrictions=" + newOwnerRestrictions); in migrateUserRestrictionsForUser()
2612 admin.ensureUserRestrictions().putAll(newOwnerRestrictions); in migrateUserRestrictionsForUser()