Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DBluetoothTest.java297 dpc.componentName(), DISALLOW_BLUETOOTH_SHARING); in clearDisallowBluetoothSharing_newManagedProfile_disallowBluetoothSharingIsNotSet() local
346 sDeviceState.dpc().componentName(), DISALLOW_BLUETOOTH_SHARING); in addUserRestriction_preU_disallowBluetoothSharing_isSet() local
357 sDeviceState.dpc().componentName(), DISALLOW_BLUETOOTH_SHARING); in addUserRestriction_disallowBluetoothSharing_isSet() local
389 sDeviceState.dpc().componentName(), DISALLOW_BLUETOOTH_SHARING); in addUserRestriction_preU_disallowBluetoothSharing_isNotSet() local
405 sDeviceState.dpc().componentName(), DISALLOW_BLUETOOTH_SHARING); in addUserRestriction_disallowBluetoothSharing_isNotSet() local
/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