Searched refs:ACTION_CONNECTION_STATE_CHANGED (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java126 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);
130 BluetoothPan.ACTION_CONNECTION_STATE_CHANGED);
136 BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED);
140 BluetoothMap.ACTION_CONNECTION_STATE_CHANGED);
164 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
176 BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED);
190 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
203 BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
219 BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED);
247 BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED);
[all...]
H A DBluetoothEventManager.java87 addHandler(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarBatteryController.java122 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
152 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
157 Log.d(TAG, "ACTION_CONNECTION_STATE_CHANGED event: "
H A DConnectedDeviceSignalController.java99 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
146 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
151 Log.d(TAG, "ACTION_CONNECTION_STATE_CHANGED event: "
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java225 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED;
228 mConnectionAction = BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED;
231 mConnectionAction = BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED;
234 mConnectionAction = BluetoothPan.ACTION_CONNECTION_STATE_CHANGED;
1405 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED,
1406 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED,
1407 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED};
1416 String[] actions = {BluetoothPan.ACTION_CONNECTION_STATE_CHANGED};
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAvrcpController.java64 public static final String ACTION_CONNECTION_STATE_CHANGED = field in class:BluetoothAvrcpController
H A DBluetoothPan.java72 public static final String ACTION_CONNECTION_STATE_CHANGED = field in class:BluetoothPan
76 * Extra for {@link #ACTION_CONNECTION_STATE_CHANGED} intent
H A DBluetoothPbapClient.java41 public static final String ACTION_CONNECTION_STATE_CHANGED = field in class:BluetoothPbapClient
H A DBluetoothA2dpSink.java64 public static final String ACTION_CONNECTION_STATE_CHANGED = field in class:BluetoothA2dpSink
H A DBluetoothMap.java42 public static final String ACTION_CONNECTION_STATE_CHANGED = field in class:BluetoothMap
H A DBluetoothMapClient.java43 public static final String ACTION_CONNECTION_STATE_CHANGED = field in class:BluetoothMapClient
H A DBluetoothSap.java66 public static final String ACTION_CONNECTION_STATE_CHANGED = field in class:BluetoothSap
H A DBluetoothInputDevice.java69 public static final String ACTION_CONNECTION_STATE_CHANGED = field in class:BluetoothInputDevice
H A DBluetoothInputHost.java59 public static final String ACTION_CONNECTION_STATE_CHANGED = field in class:BluetoothInputHost
H A DBluetoothA2dp.java76 public static final String ACTION_CONNECTION_STATE_CHANGED = field in class:BluetoothA2dp
H A DBluetoothHeadset.java71 public static final String ACTION_CONNECTION_STATE_CHANGED = field in class:BluetoothHeadset
H A DBluetoothHeadsetClient.java72 public static final String ACTION_CONNECTION_STATE_CHANGED = field in class:BluetoothHeadsetClient
477 * upon completion HFP sends {@link #ACTION_CONNECTION_STATE_CHANGED}
501 * upon completion HFP sends {@link #ACTION_CONNECTION_STATE_CHANGED}
H A DBluetoothAdapter.java441 public static final String ACTION_CONNECTION_STATE_CHANGED = field in class:BluetoothAdapter
445 * Extra used by {@link #ACTION_CONNECTION_STATE_CHANGED}
453 * Extra used by {@link #ACTION_CONNECTION_STATE_CHANGED}
1635 * <p> Use this function along with {@link #ACTION_CONNECTION_STATE_CHANGED}
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java2110 } else if (action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) {
2223 intentFilter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java771 intentFilter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
5727 } else if (action.equals(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)) {

Completed in 207 milliseconds