Searched refs:STATE_ON (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java97 * {@link #STATE_ON},
107 * {@link #STATE_ON},
119 * clients should wait for {@link #STATE_ON} before attempting to
126 public static final int STATE_ON = 12; field in class:BluetoothAdapter
344 * <code>getBluetoothState() == STATE_ON</code>
361 * {@link #STATE_ON},
392 * #STATE_ON}. If this call returns false then there was an
421 * #STATE_ON} to {@link #STATE_TURNING_OFF}, and some time
423 * #STATE_ON}. If this call returns false then there was an
473 * <p>If Bluetooth state is not {@link #STATE_ON}, thi
[all...]
/frameworks/base/core/tests/coretests/src/android/bluetooth/
H A DBluetoothTestUtils.java192 case BluetoothAdapter.STATE_ON:
405 case BluetoothAdapter.STATE_ON:
424 if (state == BluetoothAdapter.STATE_ON) {
442 state, BluetoothAdapter.STATE_ON, firedFlags, mask));
455 case BluetoothAdapter.STATE_ON:
/frameworks/base/core/java/android/server/
H A DBluetoothService.java309 return mBluetoothState == BluetoothAdapter.STATE_ON;
336 case BluetoothAdapter.STATE_ON:
434 if (mBluetoothState != BluetoothAdapter.STATE_ON) {
583 BluetoothAdapter.STATE_ON :
1974 case BluetoothAdapter.STATE_ON:
H A DBluetoothA2dpService.java85 case BluetoothAdapter.STATE_ON:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarPolicy.java1269 mBluetoothEnabled = state == BluetoothAdapter.STATE_ON;

Completed in 71 milliseconds