Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothAdapterTest.java544 public void clearBluetooth() { in clearBluetooth() method in BluetoothAdapterTest
550 assertThrows(SecurityException.class, () -> mAdapter.clearBluetooth()); in clearBluetooth()
553 assertThrows(SecurityException.class, () -> mAdapter.clearBluetooth()); in clearBluetooth()
558 assertThrows(RuntimeException.class, () -> mAdapter.clearBluetooth()); in clearBluetooth()