Searched refs:STATE_TURNING_ON (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/bluetooth/
H A DBluetoothTestUtils.java189 case BluetoothAdapter.STATE_TURNING_ON:
413 case BluetoothAdapter.STATE_TURNING_ON:
434 assertEquals(BluetoothAdapter.STATE_TURNING_ON, state);
459 case BluetoothAdapter.STATE_TURNING_ON:
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java96 * {@link #STATE_TURNING_ON},
106 * {@link #STATE_TURNING_ON},
122 public static final int STATE_TURNING_ON = 11; field in class:BluetoothAdapter
360 * {@link #STATE_TURNING_ON},
390 * #STATE_OFF} to {@link #STATE_TURNING_ON}, and some time
/frameworks/base/core/java/android/server/
H A DBluetoothService.java426 setBluetoothState(BluetoothAdapter.STATE_TURNING_ON);
703 if (mBluetoothState != BluetoothAdapter.STATE_TURNING_ON) {
1968 case BluetoothAdapter.STATE_TURNING_ON:

Completed in 11 milliseconds