Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java1203 Bundle getGlobalUserRestrictions(int adminType) { in getGlobalUserRestrictions() method in ActiveAdmin
H A DDevicePolicyManagerService.java13641 global = deviceOwner.getGlobalUserRestrictions(OWNER_TYPE_DEVICE_OWNER);
13649 global = profileOwner.getGlobalUserRestrictions(OWNER_TYPE_PROFILE_OWNER);
13660 profileOwner.getParentActiveAdmin().getGlobalUserRestrictions(
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java7815 dpms.getDeviceOwnerAdminLocked().getGlobalUserRestrictions( in testSetUserRestriction_financeDo_validRestrictions_setsRestriction()