Home
last modified time | relevance | path

Searched refs:testOppDisabledWhenRestrictionSet (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DBluetoothRestrictionTest.java112 public void testOppDisabledWhenRestrictionSet() throws Exception { in testOppDisabledWhenRestrictionSet() method in BluetoothRestrictionTest
118 testOppDisabledWhenRestrictionSet(UserManager.DISALLOW_BLUETOOTH); in testOppDisabledWhenRestrictionSet()
121 testOppDisabledWhenRestrictionSet(UserManager.DISALLOW_BLUETOOTH_SHARING); in testOppDisabledWhenRestrictionSet()
125 private void testOppDisabledWhenRestrictionSet(String restriction) { in testOppDisabledWhenRestrictionSet() method in BluetoothRestrictionTest
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DBluetoothSharingRestrictionTest.java52 public void testOppDisabledWhenRestrictionSet() throws Exception { in testOppDisabledWhenRestrictionSet() method in BluetoothSharingRestrictionTest