Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothProfileState.java65 if (action.equals(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)) {
71 } else if (action.equals(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED)) {
77 } else if (action.equals(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED)) {
99 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in BluetoothProfileState()
100 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in BluetoothProfileState()
101 filter.addAction(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED); in BluetoothProfileState()
DBluetoothDeviceProfileState.java135 if (action.equals(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED)) {
151 } else if (action.equals(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)) {
167 } else if (action.equals(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED)) {
244 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in BluetoothDeviceProfileState()
245 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in BluetoothDeviceProfileState()
246 filter.addAction(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED); in BluetoothDeviceProfileState()
DBluetoothPan.java69 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPan
DBluetoothInputDevice.java65 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothInputDevice
DBluetoothA2dp.java67 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothA2dp
DBluetoothHeadset.java68 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHeadset
DBluetoothAdapter.java317 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java46 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED); in BluetoothController()
68 } else if (action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java122 action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) {
147 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED); in PhoneStatusBarPolicy()
263 } else if (action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) { in updateBluetooth()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java221 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
224 mConnectionAction = BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
227 mConnectionAction = BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
230 mConnectionAction = BluetoothPan.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
1410 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver()
1411 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver()
1412 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED}; in getConnectProfileReceiver()
1421 String[] actions = {BluetoothPan.ACTION_CONNECTION_STATE_CHANGED}; in getConnectPanReceiver()
/frameworks/base/core/java/android/server/
DBluetoothInputProfileHandler.java187 Intent intent = new Intent(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED); in handleInputDeviceStateChange()
DBluetoothPanProfileHandler.java299 Intent intent = new Intent(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED); in handlePanDeviceStateChange()
DBluetoothA2dpService.java604 Intent intent = new Intent(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in onConnectionStateChanged()
DBluetoothService.java2665 Intent intent = new Intent(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED); in sendConnectionStateChange()
/frameworks/base/services/java/com/android/server/
DWifiService.java1021 } else if (action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) {
1139 intentFilter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED); in registerForBroadcasts()
/frameworks/base/media/java/android/media/
DAudioService.java465 intentFilter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in AudioService()
3413 } else if (action.equals(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)) { in onReceive()
/frameworks/base/api/
D14.txt4223 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2…
4250 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.ad…
4508 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.he…
D15.txt4228 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2…
4255 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.ad…
4517 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.he…
Dcurrent.txt4436 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2…
4464 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.ad…
4726 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.he…
D16.txt4436 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2…
4464 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.ad…
4726 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.he…