Home
last modified time | relevance | path

Searched refs:volumeDeviceSwitched (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpTargetService.java316 public void volumeDeviceSwitched(BluetoothDevice device) { in volumeDeviceSwitched() method in AvrcpTargetService
320 mVolumeManager.volumeDeviceSwitched(device); in volumeDeviceSwitched()
H A DAvrcpVolumeManager.java260 synchronized void volumeDeviceSwitched(@Nullable BluetoothDevice device) { in volumeDeviceSwitched() method in AvrcpVolumeManager
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java1016 mFactory.getAvrcpTargetService().volumeDeviceSwitched(device); in updateAndBroadcastActiveDevice()