Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java183 dpms.getDeviceOwnerAdminLocked().ensureUserRestrictions()); in testMigration()
189 dpms.getProfileOwnerAdminLocked(10).ensureUserRestrictions()); in testMigration()
195 dpms.getProfileOwnerAdminLocked(11).ensureUserRestrictions()); in testMigration()
270 dpms.getProfileOwnerAdminLocked(UserHandle.USER_SYSTEM).ensureUserRestrictions()); in testMigration2_profileOwnerOnUser0()
324 dpms.getProfileOwnerAdminLocked(10).ensureUserRestrictions()); in testMigration3_managedProfileOwner()
DDevicePolicyManagerTest.java1646 dpms.getDeviceOwnerAdminLocked().ensureUserRestrictions() in testSetUserRestriction_asDo()
1685 dpms.getDeviceOwnerAdminLocked().ensureUserRestrictions() in testSetUserRestriction_asDo()
1702 dpms.getDeviceOwnerAdminLocked().ensureUserRestrictions() in testSetUserRestriction_asDo()
1795 .ensureUserRestrictions() in testSetUserRestriction_asPo()
1819 .ensureUserRestrictions() in testSetUserRestriction_asPo()
1841 .ensureUserRestrictions() in testSetUserRestriction_asPo()
1860 .ensureUserRestrictions() in testSetUserRestriction_asPo()
1915 dpms.getDeviceOwnerAdminLocked().ensureUserRestrictions() in testDefaultEnabledUserRestrictions()
1958 dpms.getDeviceOwnerAdminLocked().ensureUserRestrictions() in testDefaultEnabledUserRestrictions()
1989 dpms.getDeviceOwnerAdminLocked().ensureUserRestrictions() in assertNoDeviceOwnerRestrictions()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1659 Bundle ensureUserRestrictions() { in ensureUserRestrictions() method in DevicePolicyManagerService.ActiveAdmin
2415 profileOwner.ensureUserRestrictions().putBoolean( in ensureUnknownSourcesRestrictionForProfileOwnerLocked()
2444 admin.ensureUserRestrictions().putBoolean(restriction, true); in maybeSetDefaultRestrictionsForAdminLocked()
2611 admin.ensureUserRestrictions().clear(); in migrateUserRestrictionsForUser()
2612 admin.ensureUserRestrictions().putAll(newOwnerRestrictions); in migrateUserRestrictionsForUser()
7853 activeAdmin.ensureUserRestrictions().putBoolean(restriction, true); in setDeviceOwner()
10072 final Bundle restrictions = activeAdmin.ensureUserRestrictions(); in setUserRestriction()
/frameworks/base/services/
Dart-profile6133 PLcom/android/server/devicepolicy/DevicePolicyManagerService$ActiveAdmin;->ensureUserRestrictions()…