Searched refs:DISALLOW_BLUETOOTH (Results 1 – 13 of 13) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | BluetoothTest.java | 25 import static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_BLUETOOTH; 143 clearUserRestriction(DISALLOW_BLUETOOTH); in teardown() 423 @EnsureDoesNotHaveUserRestriction(DISALLOW_BLUETOOTH) 471 sDeviceState.dpc().componentName(), DISALLOW_BLUETOOTH)); in addUserRestriction_disallowBluetooth_cannotSet_throwsException() 480 DISALLOW_BLUETOOTH)); in addUserRestrictionGlobally_disallowBluetooth_cannotSet_throwsException() 497 sDeviceState.dpc().componentName(), DISALLOW_BLUETOOTH)); in addUserRestriction_preU_disallowBluetooth_cannotSet_throwsException() 500 @EnsureHasUserRestriction(DISALLOW_BLUETOOTH) 622 sDeviceState.dpc().componentName(), DISALLOW_BLUETOOTH); in addUserRestriction_disallowBluetooth_isSet() local 624 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_BLUETOOTH)) in addUserRestriction_disallowBluetooth_isSet() 634 DISALLOW_BLUETOOTH); in addUserRestrictionGlobally_disallowBluetooth_isSet() [all …]
|
D | UserRestrictionsTest.java | 95 CommonUserRestrictions.DISALLOW_BLUETOOTH,
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/ |
D | CommonUserRestrictions.java | 53 public static final String DISALLOW_BLUETOOTH = "no_bluetooth"; field in CommonUserRestrictions 273 DISALLOW_BLUETOOTH,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/ |
D | PrimaryProfileOwnerUserRestrictionsTest.java | 54 UserManager.DISALLOW_BLUETOOTH,
|
D | SecondaryProfileOwnerUserRestrictionsTest.java | 64 UserManager.DISALLOW_BLUETOOTH
|
D | BaseUserRestrictionsTest.java | 72 UserManager.DISALLOW_BLUETOOTH, 100 UserManager.DISALLOW_BLUETOOTH,
|
D | DeviceOwnerUserRestrictionsTest.java | 56 UserManager.DISALLOW_BLUETOOTH,
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | BluetoothRestrictionTest.java | 255 addUserRestriction(UserManager.DISALLOW_BLUETOOTH); in addBluetoothRestriction() 259 clearUserRestriction(UserManager.DISALLOW_BLUETOOTH); in clearBluetoothRestriction()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | OrgOwnedProfileOwnerParentTest.java | 75 UserManager.DISALLOW_BLUETOOTH,
|
D | UserRestrictionsParentTest.java | 196 UserManager.DISALLOW_BLUETOOTH,
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | UserRestrictions.java | 181 UserManager.DISALLOW_BLUETOOTH,
|
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/ |
D | DeviceState.java | 32 import static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_BLUETOOTH; 2067 ensureDoesNotHaveUserRestriction(DISALLOW_BLUETOOTH, UserType.ANY);
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 34048 field public static final String DISALLOW_BLUETOOTH = "no_bluetooth";
|