Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java2430 final Bundle newOwnerRestrictions = new Bundle(); in migrateUserRestrictionsForUser() local
2443 newOwnerRestrictions.putBoolean(key, true); in migrateUserRestrictionsForUser()
2450 Slogf.v(LOG_TAG, "newOwnerRestrictions=%s", newOwnerRestrictions); in migrateUserRestrictionsForUser()
2457 admin.ensureUserRestrictions().putAll(newOwnerRestrictions); in migrateUserRestrictionsForUser()