Home
last modified time | relevance | path

Searched refs:DISALLOW_BLUETOOTH_SHARING (Results 1 – 8 of 8) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DBluetoothTest.java21 import static android.os.UserManager.DISALLOW_BLUETOOTH_SHARING;
144 clearUserRestriction(DISALLOW_BLUETOOTH_SHARING); in teardown()
286 .isSet(DISALLOW_BLUETOOTH_SHARING)).isTrue(); in newManagedProfile_disallowBluetoothSharingIsSet()
297 dpc.componentName(), DISALLOW_BLUETOOTH_SHARING); in clearDisallowBluetoothSharing_newManagedProfile_disallowBluetoothSharingIsNotSet() local
300 .isSet(DISALLOW_BLUETOOTH_SHARING)).isFalse(); in clearDisallowBluetoothSharing_newManagedProfile_disallowBluetoothSharingIsNotSet()
315 sDeviceState.dpc().componentName(), DISALLOW_BLUETOOTH_SHARING)); in addUserRestriction_preU_disallowBluetoothSharing_cannotSet_throwsException()
324 sDeviceState.dpc().componentName(), DISALLOW_BLUETOOTH_SHARING)); in addUserRestriction_disallowBluetoothSharing_cannotSet_throwsException()
334 DISALLOW_BLUETOOTH_SHARING)); in addUserRestrictionGlobally_disallowBluetoothSharing_cannotSet_throwsException()
346 sDeviceState.dpc().componentName(), DISALLOW_BLUETOOTH_SHARING); in addUserRestriction_preU_disallowBluetoothSharing_isSet() local
348 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_BLUETOOTH_SHARING)) in addUserRestriction_preU_disallowBluetoothSharing_isSet()
[all …]
DUserRestrictionsTest.java96 CommonUserRestrictions.DISALLOW_BLUETOOTH_SHARING,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DManagedProfileOwnerUserRestrictionsTest.java29 UserManager.DISALLOW_BLUETOOTH_SHARING
DBaseUserRestrictionsTest.java73 UserManager.DISALLOW_BLUETOOTH_SHARING,
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java56 public static final String DISALLOW_BLUETOOTH_SHARING = "no_bluetooth_sharing"; field in CommonUserRestrictions
274 DISALLOW_BLUETOOTH_SHARING,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DOrgOwnedProfileOwnerParentTest.java76 UserManager.DISALLOW_BLUETOOTH_SHARING,
DUserRestrictionsParentTest.java197 UserManager.DISALLOW_BLUETOOTH_SHARING,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34049 field public static final String DISALLOW_BLUETOOTH_SHARING = "no_bluetooth_sharing";