Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DBluetoothTest.java26 …static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_CONFIG_BLUETOOTH;
145 clearUserRestriction(DISALLOW_CONFIG_BLUETOOTH); in teardown()
533 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_BLUETOOTH)); in addUserRestriction_disallowConfigBluetooth_cannotSet_throwsException()
542 DISALLOW_CONFIG_BLUETOOTH)); in addUserRestrictionGlobally_disallowConfigBluetooth_cannotSet_throwsException()
550 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_BLUETOOTH); in addUserRestriction_disallowConfigBluetooth_isSet() local
552 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CONFIG_BLUETOOTH)) in addUserRestriction_disallowConfigBluetooth_isSet()
562 DISALLOW_CONFIG_BLUETOOTH); in addUserRestrictionGlobally_disallowConfigBluetooth_isSet()
564 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CONFIG_BLUETOOTH)) in addUserRestrictionGlobally_disallowConfigBluetooth_isSet()
573 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_BLUETOOTH); in addUserRestriction_disallowConfigBluetooth_isNotSet() local
575 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CONFIG_BLUETOOTH)) in addUserRestriction_disallowConfigBluetooth_isNotSet()
[all …]
DUserRestrictionsTest.java94 CommonUserRestrictions.DISALLOW_CONFIG_BLUETOOTH,
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java50 public static final String DISALLOW_CONFIG_BLUETOOTH = "no_config_bluetooth"; field in CommonUserRestrictions
272 DISALLOW_CONFIG_BLUETOOTH,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DOrgOwnedProfileOwnerParentTest.java77 UserManager.DISALLOW_CONFIG_BLUETOOTH,
DUserRestrictionsParentTest.java198 UserManager.DISALLOW_CONFIG_BLUETOOTH,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DBaseUserRestrictionsTest.java44 UserManager.DISALLOW_CONFIG_BLUETOOTH,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DDeviceOwnerPositiveTestActivity.java409 UserManager.DISALLOW_CONFIG_BLUETOOTH, true)), in addTestsToAdapter()
417 UserManager.DISALLOW_CONFIG_BLUETOOTH, false)) in addTestsToAdapter()
DCommandReceiverActivity.java718 mDpm.clearUserRestriction(mAdmin, UserManager.DISALLOW_CONFIG_BLUETOOTH); in clearAllPoliciesAndRestrictions()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34053 field public static final String DISALLOW_CONFIG_BLUETOOTH = "no_config_bluetooth";