Home
last modified time | relevance | path

Searched refs:ACTION_ACTIVE_DEVICE_CHANGED (Results 1 – 12 of 12) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothStateReceiver.java60 INTENT_FILTER.addAction(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED);
62 INTENT_FILTER.addAction(BluetoothHearingAid.ACTION_ACTIVE_DEVICE_CHANGED);
91 case BluetoothHearingAid.ACTION_ACTIVE_DEVICE_CHANGED: in onReceive()
92 case BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED: in onReceive()
224 } else if (BluetoothHearingAid.ACTION_ACTIVE_DEVICE_CHANGED.equals(intent.getAction())) { in handleActiveDeviceChanged()
227 } else if (BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED.equals(intent.getAction())) { in handleActiveDeviceChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetTestUtils.java98 Assert.assertEquals(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED, intent.getAction()); in verifyActiveDeviceChangedBroadcast()
DHeadsetServiceAndStateMachineTest.java556 hasAction(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED)), in testDialingOutCall_NormalDialingOut()
1897 hasAction(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED), in verifyActiveDeviceChangedIntent()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java375 new Intent(BluetoothHearingAid.ACTION_ACTIVE_DEVICE_CHANGED); in testHearingAidChangesIgnoredWhenNotInCall()
861 intentString = BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED; in buildActiveDeviceChangeActionIntent()
864 intentString = BluetoothHearingAid.ACTION_ACTIVE_DEVICE_CHANGED; in buildActiveDeviceChangeActionIntent()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHearingAid.java259 public static final String ACTION_ACTIVE_DEVICE_CHANGED = field in BluetoothHearingAid
DBluetoothA2dp.java130 public static final String ACTION_ACTIVE_DEVICE_CHANGED = field in BluetoothA2dp
DBluetoothHeadset.java122 public static final String ACTION_ACTIVE_DEVICE_CHANGED = field in BluetoothHeadset
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java694 Intent intent = new Intent(BluetoothHearingAid.ACTION_ACTIVE_DEVICE_CHANGED); in notifyActiveDeviceChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java1035 hasAction(BluetoothA2dp.ACTION_ACTIVE_DEVICE_CHANGED), in testActiveDevice()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java1161 Intent intent = new Intent(BluetoothA2dp.ACTION_ACTIVE_DEVICE_CHANGED); in updateAndBroadcastActiveDevice()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java2408 Intent intent = new Intent(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED); in broadcastActiveDevice()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt18 …fest.permission.BLUETOOTH_CONNECT) public static final String ACTION_ACTIVE_DEVICE_CHANGED = "andr…
386 …fest.permission.BLUETOOTH_CONNECT) public static final String ACTION_ACTIVE_DEVICE_CHANGED = "andr…
422 …fest.permission.BLUETOOTH_CONNECT) public static final String ACTION_ACTIVE_DEVICE_CHANGED = "andr…