Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java138 BluetoothDevice activeDevice = getA2dpActiveDevice(); in onReceive()
283 private BluetoothDevice getA2dpActiveDevice() { in getA2dpActiveDevice() method in AvrcpTargetService
344 BluetoothDevice activeDevice = getA2dpActiveDevice(); in setVolume()
358 BluetoothDevice activeDevice = getA2dpActiveDevice(); in sendVolumeChanged()
446 BluetoothDevice activeDevice = getA2dpActiveDevice(); in sendMediaKeyEvent()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DActiveDeviceManagerTest.java160 Assert.assertEquals(mA2dpDevice, mActiveDeviceManager.getA2dpActiveDevice()); in a2dpActiveDeviceSelected_setActive()
268 Assert.assertEquals(mA2dpHeadsetDevice, mActiveDeviceManager.getA2dpActiveDevice()); in hearingAidActive_setA2dpActiveExplicitly()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DActiveDeviceManager.java485 BluetoothDevice getA2dpActiveDevice() { in getA2dpActiveDevice() method in ActiveDeviceManager