Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/remotedpc/src/communication/main/java/com/android/bedstead/remotedpc/managers/
DRemoteDevicePolicyManager.java105 @NonNull Bundle getUserRestrictions(@NonNull ComponentName admin); in getUserRestrictions() method
107 @RemoteDpcAutomaticAdmin @NonNull Bundle getUserRestrictions(); in getUserRestrictions() method
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DOrgOwnedProfileOwnerParentTest.java124 Bundle restrictions = mParentDevicePolicyManager.getUserRestrictions( in testAddGetAndClearUserRestriction_onParent()
130 restrictions = mParentDevicePolicyManager.getUserRestrictions(ADMIN_RECEIVER_COMPONENT); in testAddGetAndClearUserRestriction_onParent()
DUserRestrictionsParentTest.java287 parentDevicePolicyManager.getUserRestrictions(ADMIN_RECEIVER_COMPONENT); in hasUserRestriction()
/cts/hostsidetests/packagemanager/domainverification/device/multiuser/src/com/android/cts/packagemanager/verify/domain/device/multiuser/
DDomainVerificationWorkUtils.kt27 getUserRestrictions()?.getBoolean(UserManager.ALLOW_PARENT_PROFILE_APP_LINKING, false) ?: false in getAppLinkPolicy()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DBluetoothSharingRestrictionTest.java78 um.getUserRestrictions().getBoolean(UserManager.DISALLOW_BLUETOOTH_SHARING, false)); in assertRestrictionEnforced()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DBaseUserRestrictionsTest.java119 expected, mDevicePolicyManager.getUserRestrictions(ADMIN_RECEIVER_COMPONENT) in assertOwnerRestriction()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java549 Bundle restrictions = mDevicePolicyManager.getUserRestrictions(mAdminReceiverComponent); in isRestrictionSet()