Searched refs:nameForState (Results 1 – 1 of 1) sorted by relevance
473 public void nameForState() { in nameForState() method in BluetoothAdapterTest474 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()