Home
last modified time | relevance | path

Searched defs:DISALLOW_BLUETOOTH (Results 1 – 2 of 2) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DBluetoothTest.java622 sDeviceState.dpc().componentName(), DISALLOW_BLUETOOTH); in addUserRestriction_disallowBluetooth_isSet() local
649 sDeviceState.dpc().componentName(), DISALLOW_BLUETOOTH); in addUserRestriction_preU_disallowBluetooth_isSet() local
660 sDeviceState.dpc().componentName(), DISALLOW_BLUETOOTH); in addUserRestriction_disallowBluetooth_isNotSet() local
685 sDeviceState.dpc().componentName(), DISALLOW_BLUETOOTH); in addUserRestriction_preU_disallowBluetooth_isNotSet() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java53 public static final String DISALLOW_BLUETOOTH = "no_bluetooth"; field in CommonUserRestrictions