Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceMigrationTest.java139 dpms.getProfileOwnerAdminLocked(10).ensureUserRestrictions()); in testMigration_managedProfileOwner()
H A DDevicePolicyManagerTest.java2002 getDeviceOwner().ensureUserRestrictions() in testSetUserRestriction_asDo()
2021 getDeviceOwner().ensureUserRestrictions() in testSetUserRestriction_asDo()
2136 dpms.getProfileOwnerAdminLocked(CALLER_USER_HANDLE).ensureUserRestrictions() in testSetUserRestriction_asPo()
2162 .ensureUserRestrictions() in testSetUserRestriction_asPo()
2185 .ensureUserRestrictions() in testSetUserRestriction_asPo()
2203 .ensureUserRestrictions() in testSetUserRestriction_asPo()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java1149 Bundle ensureUserRestrictions() { in ensureUserRestrictions() method in ActiveAdmin
1195 removeDeprecatedRestrictions(new Bundle(ensureUserRestrictions()))); in getEffectiveRestrictions()
H A DDevicePolicyManagerService.java2565 parentAdmin.ensureUserRestrictions().putBoolean( in moveDoPoliciesToProfileParentAdminLocked()
2576 parentAdmin.ensureUserRestrictions().putBoolean( in moveDoUserRestrictionsToCopeParent()
2651 profileOwner.ensureUserRestrictions().putBoolean( in ensureUnknownSourcesRestrictionForProfileOwnerLocked()
2698 admin.ensureUserRestrictions().putBoolean(restriction, true); in maybeSetDefaultRestrictionsForAdminLocked()
2764 parent.ensureUserRestrictions().putBoolean( in fixupAutoTimeRestrictionDuringOrganizationOwnedDeviceMigration()
13443 final Bundle restrictions = activeAdmin.ensureUserRestrictions();