Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothAdapterTest.java473 public void nameForState() { in nameForState() method in BluetoothAdapterTest
474 assertEquals("ON", BluetoothAdapter.nameForState(BluetoothAdapter.STATE_ON)); in nameForState()
475 assertEquals("OFF", BluetoothAdapter.nameForState(BluetoothAdapter.STATE_OFF)); in nameForState()
477 BluetoothAdapter.nameForState(BluetoothAdapter.STATE_TURNING_ON)); in nameForState()
479 BluetoothAdapter.nameForState(BluetoothAdapter.STATE_TURNING_OFF)); in nameForState()
481 assertEquals("BLE_ON", BluetoothAdapter.nameForState(BluetoothAdapter.STATE_BLE_ON)); in nameForState()
485 assertEquals("?!?!? (" + state + ")", BluetoothAdapter.nameForState(state)); in nameForState()
489 assertEquals("?!?!? (" + state + ")", BluetoothAdapter.nameForState(state)); in nameForState()